Uses of Enum Class
org.jooq.conf.StatementType
-
Uses of StatementType in org.jooq.conf
Modifier 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.Modifier 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.