Uses of Class
org.datanucleus.store.rdbms.SQLController
Packages that use SQLController
Package
Description
Package providing management of the persistence to RDBMS datastores.
Provides the mechanism of communicating with the database using JDBC.
-
Uses of SQLController in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms declared as SQLControllerModifier and TypeFieldDescriptionprivate SQLControllerRDBMSStoreManager.sqlControllerController for SQL executed on this store.Methods in org.datanucleus.store.rdbms that return SQLControllerModifier and TypeMethodDescriptionRDBMSStoreManager.getSQLController()Accessor for the SQL controller. -
Uses of SQLController in org.datanucleus.store.rdbms.request
Methods in org.datanucleus.store.rdbms.request with parameters of type SQLControllerModifier and TypeMethodDescriptionprivate ObjectInsertRequest.getInsertedIdentityValue(org.datanucleus.ExecutionContext ec, SQLController sqlControl, org.datanucleus.state.DNStateManager sm, org.datanucleus.store.connection.ManagedConnection mconn, PreparedStatement ps) Method to obtain the identity attributed by the datastore when using auto-increment/IDENTITY/SERIAL on a field.