Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Class and Description |
---|---|
class |
TableDefinitionImpl
A database table definition which does not allow any actual data
interaction (read or write).
|
Modifier and Type | Method and Description |
---|---|
TableImpl |
TableCreator.createTable(TableBuilder table)
Creates the table in the database.
|
TableImpl |
DatabaseImpl.getAccessControlEntries() |
TableImpl |
RelationshipCreator.getPrimaryTable() |
TableImpl |
RelationshipCreator.getSecondaryTable() |
TableImpl |
DatabaseImpl.getSystemCatalog() |
TableImpl |
DatabaseImpl.getSystemComplexColumns() |
TableImpl |
DatabaseImpl.getSystemTable(String tableName) |
TableImpl |
TableImpl.RowState.getTable() |
TableImpl |
CursorImpl.getTable() |
TableImpl |
IndexData.getTable() |
TableImpl |
IndexImpl.getTable() |
TableImpl |
ColumnImpl.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 |
---|
RowValidatorEvalContext(TableImpl table) |
TableScanCursor(TableImpl table) |
TableUpdater(TableImpl table) |
Copyright © 2005–2024 OpenHMS. All rights reserved.