com.healthmarketscience.jackcess
Class BigIndex
java.lang.Object
com.healthmarketscience.jackcess.Index
com.healthmarketscience.jackcess.BigIndex
- All Implemented Interfaces:
- Comparable<Index>
public class BigIndex
- extends Index
Implementation of an Access table index which supports large indexes.
- Author:
- James Ahlborn
Constructor Summary |
BigIndex(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, update |
BigIndex
public BigIndex(Table table,
int uniqueEntryCount,
int uniqueEntryCountOffset)
toString
public String toString()
- Overrides:
toString
in class Index
Copyright © 2005-2010 Health Market Science. All Rights Reserved.