Uses of Class
org.datanucleus.store.rdbms.SQLController.ConnectionStatementState
-
Packages that use SQLController.ConnectionStatementState Package Description org.datanucleus.store.rdbms Package providing management of the persistence to RDBMS datastores. -
-
Uses of SQLController.ConnectionStatementState in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms with type parameters of type SQLController.ConnectionStatementState Modifier and Type Field Description (package private) java.util.Map<org.datanucleus.store.connection.ManagedConnection,SQLController.ConnectionStatementState>
SQLController. connectionStatements
Map of the ConnectionStatementState keyed by the ConnectionMethods in org.datanucleus.store.rdbms that return SQLController.ConnectionStatementState Modifier and Type Method Description protected SQLController.ConnectionStatementState
SQLController. getConnectionStatementState(org.datanucleus.store.connection.ManagedConnection conn)
Convenience method to get the state for this connection.Methods in org.datanucleus.store.rdbms with parameters of type SQLController.ConnectionStatementState Modifier and Type Method Description protected void
SQLController. setConnectionStatementState(org.datanucleus.store.connection.ManagedConnection conn, SQLController.ConnectionStatementState state)
Convenience method to set the state for this connection.
-