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 StatementTypeSettings.getStatementType()The type of statement that is to be executed.static final StatementTypeSettingsTools.getStatementType(Settings settings) Get the statement type from the settings.static StatementTypeReturns 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 TypeMethodDescriptionvoidSettings.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.