Uses of Class
org.datanucleus.store.rdbms.schema.RDBMSTableInfo
-
Packages that use RDBMSTableInfo Package Description 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
Fields in org.datanucleus.store.rdbms.schema declared as RDBMSTableInfo Modifier and Type Field Description (package private) RDBMSTableInfo
RDBMSColumnInfo. tableInfo
Parent table schema info.Methods in org.datanucleus.store.rdbms.schema that return RDBMSTableInfo Modifier and Type Method Description protected RDBMSTableInfo
RDBMSSchemaHandler. getRDBMSTableInfoForTable(java.sql.Connection conn, java.lang.String catalogName, java.lang.String schemaName, java.lang.String tableName)
Convenience method to get the column info for the catalog+schema+tableName in the datastore.protected RDBMSTableInfo
RDBMSSchemaHandler. getRDBMSTableInfoForTable(java.sql.Connection conn, Table table)
Convenience method to get the column info for the specified table from the datastore.
-