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 IndexData.getTable()
           
 TableImpl TableImpl.RowState.getTable()
           
 TableImpl ColumnImpl.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 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, ByteBuffer buffer, int offset, int displayIndex)
          Read a column definition in from a buffer
TableScanCursor(TableImpl table)
           
 



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