Uses of Class
com.healthmarketscience.jackcess.impl.TableImpl
-
Packages that use TableImpl Package Description com.healthmarketscience.jackcess.impl -
-
Uses of TableImpl in com.healthmarketscience.jackcess.impl
Subclasses of TableImpl in com.healthmarketscience.jackcess.impl Modifier and Type Class Description classTableDefinitionImplA database table definition which does not allow any actual data interaction (read or write).Methods in com.healthmarketscience.jackcess.impl that return TableImpl Modifier and Type Method Description TableImplTableCreator. createTable(TableBuilder table)Creates the table in the database.TableImplDatabaseImpl. getAccessControlEntries()TableImplRelationshipCreator. getPrimaryTable()TableImplRelationshipCreator. getSecondaryTable()TableImplDatabaseImpl. getSystemCatalog()TableImplDatabaseImpl. getSystemComplexColumns()TableImplDatabaseImpl. getSystemTable(String tableName)TableImplColumnImpl. getTable()TableImplCursorImpl. getTable()TableImplDatabaseImpl. getTable(int tableDefPageNumber)TableImplDatabaseImpl. getTable(String name)TableImplIndexData. getTable()TableImplIndexImpl. getTable()TableImplTableImpl.RowState. getTable()Methods in com.healthmarketscience.jackcess.impl with parameters of type TableImpl Modifier and Type Method Description static ColumnImplColumnImpl. create(TableImpl table, ByteBuffer buffer, int offset, String name, int displayIndex)Creates the appropriate ColumnImpl class and reads a column definition in from a bufferstatic IndexDataIndexData. 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 CursorImplCursorImpl. createCursor(TableImpl table)Creates a normal, un-indexed cursor for the given table.static IndexCursorImplIndexCursorImpl. 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)Constructors in com.healthmarketscience.jackcess.impl with parameters of type TableImpl Constructor Description RowValidatorEvalContext(TableImpl table)TableScanCursor(TableImpl table)TableUpdater(TableImpl table)
-