|
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.SimpleIndex
public class SimpleIndex
Simple implementation of an Access table index
| 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 | |
|---|---|
SimpleIndex(Table table,
int uniqueEntryCount,
int uniqueEntryCountOffset)
|
|
| Method Summary |
|---|
| 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, toString, update |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleIndex(Table table,
int uniqueEntryCount,
int uniqueEntryCountOffset)
|
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 | |||||||||