Uses of Enum
org.datanucleus.store.rdbms.SQLController.StatementLoggingType
Packages that use SQLController.StatementLoggingType
Package
Description
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.StatementLoggingTypeModifier and TypeFieldDescriptionprotected SQLController.StatementLoggingType
SQLController.stmtLogType
Statement logging type.Methods in org.datanucleus.store.rdbms that return SQLController.StatementLoggingTypeModifier and TypeMethodDescriptionReturns 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.StatementLoggingTypeModifierConstructorDescriptionSQLController
(boolean supportsBatching, int maxBatchSize, int queryTimeout, SQLController.StatementLoggingType stmtLoggingType) Constructor.