|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
com.healthmarketscience.jackcess |
Uses of Table in com.healthmarketscience.jackcess |
---|
Methods in com.healthmarketscience.jackcess that return Table | |
---|---|
Table |
Database.getAccessControlEntries()
|
Table |
Relationship.getFromTable()
|
Table |
Database.getSystemCatalog()
|
Table |
Database.getSystemTable(java.lang.String tableName)
Returns a reference to any available table in this access database, including system tables. |
Table |
Column.getTable()
|
Table |
Cursor.getTable()
|
Table |
Index.getTable()
|
Table |
Table.RowState.getTable()
|
Table |
Database.getTable(java.lang.String name)
|
Table |
Database.getTable(java.lang.String name,
boolean useBigIndex)
|
Table |
Relationship.getToTable()
|
Table |
TableBuilder.toTable(Database db)
Creates a new Table in the given Database with the currently configured attributes. |
Methods in com.healthmarketscience.jackcess that return types with arguments of type Table | |
---|---|
java.util.Iterator<Table> |
Database.iterator()
|
Methods in com.healthmarketscience.jackcess with parameters of type Table | |
---|---|
static Cursor |
Cursor.createCursor(Table table)
Creates a normal, un-indexed cursor for the given table. |
static Cursor |
Cursor.createIndexCursor(Table table,
Index index)
Creates an indexed cursor for the given table. |
static Cursor |
Cursor.createIndexCursor(Table table,
Index index,
java.lang.Object[] startRow,
boolean startInclusive,
java.lang.Object[] endRow,
boolean endInclusive)
Creates an indexed cursor for the given table, narrowed to the given range. |
static Cursor |
Cursor.createIndexCursor(Table table,
Index index,
java.lang.Object[] startRow,
java.lang.Object[] endRow)
Creates an indexed cursor for the given table, narrowed to the given range. |
static java.util.Map<java.lang.String,java.lang.Object> |
Cursor.findRow(Table table,
Index index,
java.util.Map<java.lang.String,java.lang.Object> rowPattern)
Convenience method for finding a specific row in an indexed table which matches a given row "pattern". |
static java.util.Map<java.lang.String,java.lang.Object> |
Cursor.findRow(Table table,
java.util.Map<java.lang.String,java.lang.Object> rowPattern)
Convenience method for finding a specific row in a table which matches a given row "pattern". |
static java.lang.Object |
Cursor.findValue(Table table,
Column column,
Column columnPattern,
java.lang.Object valuePattern)
Convenience method for finding a specific row in a table which matches a given row "pattern". |
static java.lang.Object |
Cursor.findValue(Table table,
Index index,
Column column,
Column columnPattern,
java.lang.Object valuePattern)
Convenience method for finding a specific row in a table which matches a given row "pattern". |
java.util.List<Relationship> |
Database.getRelationships(Table table1,
Table table2)
Finds all the relationships in the database between the given tables. |
Constructors in com.healthmarketscience.jackcess with parameters of type Table | |
---|---|
BigIndex(Table table,
int uniqueEntryCount,
int uniqueEntryCountOffset)
|
|
Column(Table table,
java.nio.ByteBuffer buffer,
int offset)
Read a column definition in from a buffer |
|
CursorBuilder(Table table)
|
|
Relationship(java.lang.String name,
Table fromTable,
Table toTable,
int flags,
int numCols)
|
|
SimpleIndex(Table table,
int uniqueEntryCount,
int uniqueEntryCountOffset)
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |