| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Class and Description |
|---|---|
private static class |
DatabaseImpl.LinkedTableInfo
Utility class for storing linked table info
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,DatabaseImpl.TableInfo> |
DatabaseImpl._tableLookup
Cache map of UPPERCASE table names to page numbers containing their
definition and their stored table name (max size
MAX_CACHED_LOOKUP_TABLES).
|
| Modifier and Type | Method and Description |
|---|---|
private static DatabaseImpl.TableInfo |
DatabaseImpl.createTableInfo(java.lang.String tableName,
java.lang.Integer pageNumber,
int flags,
java.lang.Short type,
java.lang.String linkedDbName,
java.lang.String linkedTableName)
Creates a TableInfo instance appropriate for the given table data.
|
private DatabaseImpl.TableInfo |
DatabaseImpl.lookupTable(java.lang.String tableName) |
abstract DatabaseImpl.TableInfo |
DatabaseImpl.TableFinder.lookupTable(java.lang.String tableName) |
DatabaseImpl.TableInfo |
DatabaseImpl.DefaultTableFinder.lookupTable(java.lang.String tableName) |
DatabaseImpl.TableInfo |
DatabaseImpl.FallbackTableFinder.lookupTable(java.lang.String tableName) |