|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.Index
com.healthmarketscience.jackcess.BigIndex
public class BigIndex
Implementation of an Access table index which supports large indexes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.Index |
---|
Index.ColumnDescriptor, Index.Entry, Index.EntryCursor, Index.EntryType |
Field Summary |
---|
Fields inherited from class com.healthmarketscience.jackcess.Index |
---|
FIRST_ENTRY, LAST_ENTRY |
Constructor Summary | |
---|---|
BigIndex(Table table,
int uniqueEntryCount,
int uniqueEntryCountOffset)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class com.healthmarketscience.jackcess.Index |
---|
addRow, compareTo, constructIndexRow, constructIndexRow, constructIndexRowFromEntry, cursor, cursor, deleteRow, getColumns, getFormat, getIndexFlags, getIndexNumber, getName, getPageChannel, getTable, getUniqueEntryCount, getUniqueEntryCountOffset, initialize, isForeignKey, isInitialized, isPrimaryKey, isUnique, read, setIndexNumber, setIndexType, setName, shouldIgnoreNulls, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BigIndex(Table table, int uniqueEntryCount, int uniqueEntryCountOffset)
Method Detail |
---|
public java.lang.String toString()
toString
in class Index
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |