Uses of Class
org.datanucleus.store.rdbms.schema.RDBMSTablePKInfo
-
Packages that use RDBMSTablePKInfo Package Description org.datanucleus.store.rdbms.schema Provides a definition of the schema in the datastore, including tables, columns and types. -
-
Uses of RDBMSTablePKInfo in org.datanucleus.store.rdbms.schema
Methods in org.datanucleus.store.rdbms.schema that return RDBMSTablePKInfo Modifier and Type Method Description protected RDBMSTablePKInfoRDBMSSchemaHandler. getRDBMSTablePKInfoForTable(Connection conn, String catalogName, String schemaName, String tableName)Convenience method to get the PrimaryKey info for the specified table from the datastore.protected RDBMSTablePKInfoRDBMSSchemaHandler. getRDBMSTablePKInfoForTable(Connection conn, Table table)Convenience method to get the PrimaryKey info for the specified table from the datastore.
-