Uses of Class
com.healthmarketscience.jackcess.impl.TableImpl

Packages that use TableImpl
com.healthmarketscience.jackcess.impl   
 

Uses of TableImpl in com.healthmarketscience.jackcess.impl
 

Methods in com.healthmarketscience.jackcess.impl that return TableImpl
 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 ColumnImpl.getTable()
           
 TableImpl IndexData.getTable()
           
 TableImpl TableImpl.RowState.getTable()
           
 TableImpl CursorImpl.getTable()
           
 TableImpl IndexImpl.getTable()
           
 TableImpl DatabaseImpl.getTable(int tableDefPageNumber)
           
 TableImpl DatabaseImpl.getTable(String name)
           
protected  TableImpl DatabaseImpl.getTable(String name, boolean includeSystemTables)
           
 

Methods in com.healthmarketscience.jackcess.impl with parameters of type TableImpl
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)
           
 

Constructors in com.healthmarketscience.jackcess.impl with parameters of type TableImpl
ColumnImpl(TableImpl table, String name, DataType type, int colNumber, int fixedOffset, int varLenIndex)
           
CursorImpl.IdImpl(TableImpl table, IndexImpl index)
           
CursorImpl(CursorImpl.IdImpl id, TableImpl table, CursorImpl.PositionImpl firstPos, CursorImpl.PositionImpl lastPos)
           
IndexData(TableImpl table, int number, int uniqueEntryCount, int uniqueEntryCountOffset)
           
TableScanCursor(TableImpl table)
           
TableUpdater(TableImpl table)
           
 



Copyright © 2005-2017 Health Market Science. All Rights Reserved.