org.datanucleus.store.rdbms.schema.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datanucleus-rdbms Show documentation
Show all versions of datanucleus-rdbms Show documentation
Plugin for DataNucleus providing persistence to RDBMS datastores.
Provides a definition of the schema in the datastore, including tables, columns and types.
The public access point for datastore schema information is RDBMSSchemaHandler
which provides a series of methods for accessing key schema data. For example
- handler.getSchemaData(conn, "types"); returns all JDBC/SQL type information
for this datastore.
- handler.getSchemaData(conn, "tables", "myCatalog", "mySchema"); returns all
table information in the supplied catalog/schema for this datastore.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy