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 DatabaseImpl.getAccessControlEntries()
           
 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)
           
 

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
TableScanCursor(TableImpl table)
           
 



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