|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RDBMSTableInfo | |
|---|---|
| org.datanucleus.store.rdbms.schema | Provides a definition of the schema in the datastore, including tables, columns and types. |
| Uses of RDBMSTableInfo in org.datanucleus.store.rdbms.schema |
|---|
| Methods in org.datanucleus.store.rdbms.schema that return RDBMSTableInfo | |
|---|---|
protected RDBMSTableInfo |
RDBMSSchemaHandler.getRDBMSTableInfoForTable(Connection conn,
String catalogName,
String schemaName,
String tableName)
Convenience method to get the column info for the catalog+schema+tableName in the datastore. |
protected RDBMSTableInfo |
RDBMSSchemaHandler.getRDBMSTableInfoForTable(Connection conn,
Table table)
Convenience method to get the column info for the specified table from the datastore. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||