org.openmobileis.database.fastobjectdb
Class FODBLongIndexDescriptor
java.lang.Object
org.openmobileis.database.fastobjectdb.FODBIndexDescriptor
org.openmobileis.database.fastobjectdb.FODBLongIndexDescriptor
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class FODBLongIndexDescriptor
- extends FODBIndexDescriptor
Index descriptor use to index long method or field.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FODBLongIndexDescriptor
public FODBLongIndexDescriptor(java.lang.String newName,
int newType,
java.lang.String newMemberName,
int btreeorder)
FODBLongIndexDescriptor
public FODBLongIndexDescriptor(java.lang.String newName,
int newType,
java.lang.String newMemberName,
int btreeorder,
int btreeMultipleIndexIncrement)
FODBLongIndexDescriptor
public FODBLongIndexDescriptor()
getIncTabSize
public int getIncTabSize()
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Overrides:
writeExternal
in class FODBIndexDescriptor
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Overrides:
readExternal
in class FODBIndexDescriptor
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright 2006 OpenMobileIS. All Rights Reserved.