Uses of Class
org.datanucleus.store.rdbms.SQLController
-
Packages that use SQLController Package Description org.datanucleus.store.rdbms Package providing management of the persistence to RDBMS datastores.org.datanucleus.store.rdbms.request 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 SQLController Modifier and Type Field Description private SQLController
RDBMSStoreManager. sqlController
Controller for SQL executed on this store.Methods in org.datanucleus.store.rdbms that return SQLController Modifier and Type Method Description SQLController
RDBMSStoreManager. 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 SQLController Modifier and Type Method Description private java.lang.Object
InsertRequest. getInsertedIdentityValue(org.datanucleus.ExecutionContext ec, SQLController sqlControl, org.datanucleus.state.DNStateManager sm, org.datanucleus.store.connection.ManagedConnection mconn, java.sql.PreparedStatement ps)
Method to obtain the identity attributed by the datastore when using auto-increment/IDENTITY/SERIAL on a field.
-