All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.datanucleus.store.rdbms.schema.package.html Maven / Gradle / Ivy

There is a newer version: 6.0.7
Show newest version

	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