org.openmobileis.database.fastobjectdb
Class FODBIntIndexDescriptor
java.lang.Object
org.openmobileis.database.fastobjectdb.FODBIndexDescriptor
org.openmobileis.database.fastobjectdb.FODBIntIndexDescriptor
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class FODBIntIndexDescriptor
- extends FODBIndexDescriptor
Index descriptor use to index int 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 |
FODBIntIndexDescriptor
public FODBIntIndexDescriptor(java.lang.String newName,
int newType,
java.lang.String newMemberName,
int newOrder)
FODBIntIndexDescriptor
public FODBIntIndexDescriptor(java.lang.String newName,
int newType,
java.lang.String newMemberName,
int btreeorder,
int btreeMultipleIndexIncrement)
FODBIntIndexDescriptor
public FODBIntIndexDescriptor()
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
getIncTabSize
public int getIncTabSize()
Copyright 2006 OpenMobileIS. All Rights Reserved.