Uses of Class
org.datanucleus.store.rdbms.SQLController.StatementLoggingType
-
Packages that use SQLController.StatementLoggingType Package Description org.datanucleus.store.rdbms Package providing management of the persistence to RDBMS datastores. -
-
Uses of SQLController.StatementLoggingType in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms declared as SQLController.StatementLoggingType Modifier and Type Field Description protected SQLController.StatementLoggingType
SQLController. stmtLogType
Statement logging type.Methods in org.datanucleus.store.rdbms that return SQLController.StatementLoggingType Modifier and Type Method Description static SQLController.StatementLoggingType
SQLController.StatementLoggingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SQLController.StatementLoggingType[]
SQLController.StatementLoggingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.datanucleus.store.rdbms with parameters of type SQLController.StatementLoggingType Constructor Description SQLController(boolean supportsBatching, int maxBatchSize, int queryTimeout, SQLController.StatementLoggingType stmtLoggingType)
Constructor.
-