Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
Table
A single database table.
|
Modifier and Type | Method and Description |
---|---|
TableDefinition |
TableMetaData.getTableDefinition(Database db)
Gets the local table definition from the given Database instance if
available.
|
Modifier and Type | Method and Description |
---|---|
Column |
ColumnBuilder.addToTableDefinition(TableDefinition table)
Adds a new Column to the given TableDefinition with the currently
configured attributes.
|
Index |
IndexBuilder.addToTableDefinition(TableDefinition table)
Adds a new Index to the given TableDefinition with the currently
configured attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
TableDefinitionImpl
A database table definition which does not allow any actual data
interaction (read or write).
|
class |
TableImpl
A single database table
|
Copyright © 2005–2024 OpenHMS. All rights reserved.