Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
TableImpl |
DatabaseImpl.getAccessControlEntries() |
TableImpl |
DatabaseImpl.getSystemCatalog() |
TableImpl |
DatabaseImpl.getSystemComplexColumns() |
TableImpl |
DatabaseImpl.getSystemTable(String tableName) |
TableImpl |
IndexData.getTable() |
TableImpl |
TableImpl.RowState.getTable() |
TableImpl |
CursorImpl.getTable() |
TableImpl |
ColumnImpl.getTable() |
TableImpl |
IndexImpl.getTable() |
TableImpl |
DatabaseImpl.getTable(int tableDefPageNumber) |
TableImpl |
DatabaseImpl.getTable(String name) |
Modifier and Type | Method and Description |
---|---|
static IndexData |
IndexData.create(TableImpl table,
ByteBuffer tableBuffer,
int number,
JetFormat format)
Creates an IndexData appropriate for the given table, using information
from the given table definition buffer.
|
static ColumnImpl |
ColumnImpl.create(TableImpl table,
ByteBuffer buffer,
int offset,
String name,
int displayIndex)
Creates the appropriate ColumnImpl class and reads a column definition in
from a buffer
|
static CursorImpl |
CursorImpl.createCursor(TableImpl table)
Creates a normal, un-indexed cursor for the given table.
|
static IndexCursorImpl |
IndexCursorImpl.createCursor(TableImpl table,
IndexImpl index,
Object[] startRow,
boolean startInclusive,
Object[] endRow,
boolean endInclusive)
Creates an indexed cursor for the given table, narrowed to the given
range.
|
List<Relationship> |
DatabaseImpl.getRelationships(TableImpl table1,
TableImpl table2) |
Constructor and Description |
---|
ColumnImpl(TableImpl table,
String name,
DataType type,
int colNumber,
int fixedOffset,
int varLenIndex) |
CursorImpl(CursorImpl.IdImpl id,
TableImpl table,
CursorImpl.PositionImpl firstPos,
CursorImpl.PositionImpl lastPos) |
IdImpl(TableImpl table,
IndexImpl index) |
IndexData(TableImpl table,
int number,
int uniqueEntryCount,
int uniqueEntryCountOffset) |
TableScanCursor(TableImpl table) |
Copyright © 2005–2018. All rights reserved.