Uses of Class
org.jooq.conf.StatementType
-
Packages that use StatementType Package Description org.jooq.conf -
-
Uses of StatementType in org.jooq.conf
Fields in org.jooq.conf declared as StatementType Modifier and Type Field Description protected StatementType
Settings. statementType
Methods in org.jooq.conf that return StatementType Modifier and Type Method Description static StatementType
StatementType. fromValue(java.lang.String v)
StatementType
Settings. getStatementType()
The type of statement that is to be executed.static StatementType
SettingsTools. getStatementType(Settings settings)
Get the statement type from the settings.static StatementType
StatementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StatementType[]
StatementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type StatementType Modifier and Type Method Description void
Settings. setStatementType(StatementType value)
Sets the value of the statementType property.Settings
Settings. withStatementType(StatementType value)
-