| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Field and Description |
|---|---|
private IndexData |
IndexImpl._data
the actual data backing this index (more than one index may be backed by
the same data
|
private IndexData |
IndexPageCache._indexData
the index whose pages this cache is managing
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<IndexData> |
TableImpl._indexDatas
List of index datas on this table (the actual backing data for an
index)
|
| Modifier and Type | Method and Description |
|---|---|
static IndexData |
IndexData.create(TableImpl table,
java.nio.ByteBuffer tableBuffer,
int number,
JetFormat format)
Creates an IndexData appropriate for the given table, using information
from the given table definition buffer.
|
IndexData |
IndexImpl.getIndexData() |
IndexData |
IndexPageCache.getIndexData() |
IndexData |
IndexData.EntryCursor.getIndexData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IndexData> |
TableImpl.getIndexDatas() |
| Constructor and Description |
|---|
IndexPageCache(IndexData indexData) |
| Constructor and Description |
|---|
IndexImpl(java.nio.ByteBuffer tableBuffer,
java.util.List<IndexData> indexDatas,
JetFormat format) |