Uses of Class
org.datanucleus.store.rdbms.schema.RDBMSTypesInfo
-
Packages that use RDBMSTypesInfo Package Description org.datanucleus.store.rdbms.schema Provides a definition of the schema in the datastore, including tables, columns and types. -
-
Uses of RDBMSTypesInfo in org.datanucleus.store.rdbms.schema
Methods in org.datanucleus.store.rdbms.schema that return RDBMSTypesInfo Modifier and Type Method Description protected RDBMSTypesInfo
RDBMSSchemaHandler. getRDBMSTypesInfo(java.sql.Connection conn)
Convenience method to read and cache the types information for this datastore.
-