Package | Description |
---|---|
org.datanucleus.store.rdbms.schema |
Provides a definition of the schema in the datastore, including tables, columns and types.
|
Modifier and Type | Method and Description |
---|---|
protected RDBMSTableIndexInfo |
RDBMSSchemaHandler.getRDBMSTableIndexInfoForTable(Connection conn,
String catalogName,
String schemaName,
String tableName)
Convenience method to get the index info for the catalog+schema+tableName in the datastore.
|
protected RDBMSTableIndexInfo |
RDBMSSchemaHandler.getRDBMSTableIndexInfoForTable(Connection conn,
Table table)
Convenience method to get the index info for the specified table from the datastore.
|
Copyright © 2015. All rights reserved.