com.healthmarketscience.jackcess
Class SimpleIndex
java.lang.Object
com.healthmarketscience.jackcess.Index
com.healthmarketscience.jackcess.SimpleIndex
- All Implemented Interfaces:
- Comparable<Index>
public class SimpleIndex
- extends Index
Simple implementation of an Access table index
- Author:
- Tim McCune
|
Constructor Summary |
SimpleIndex(Table table,
int uniqueEntryCount,
int uniqueEntryCountOffset)
|
| 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 |
SimpleIndex
public SimpleIndex(Table table,
int uniqueEntryCount,
int uniqueEntryCountOffset)
Copyright ? 2005-2008 Health Market Science. All Rights Reserved.