Uses of Enum Class
org.jooq.conf.StatementType
Packages that use StatementType
-
Uses of StatementType in org.jooq.conf
Fields in org.jooq.conf declared as StatementTypeMethods in org.jooq.conf that return StatementTypeModifier and TypeMethodDescriptionstatic StatementType
Settings.getStatementType()
The type of statement that is to be executed.static final StatementType
SettingsTools.getStatementType
(Settings settings) Get the statement type from the settings.static StatementType
Returns the enum constant of this class with the specified name.static StatementType[]
StatementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.conf with parameters of type StatementTypeModifier and TypeMethodDescriptionvoid
Settings.setStatementType
(StatementType value) The type of statement that is to be executed.Settings.withStatementType
(StatementType value) The type of statement that is to be executed.