Uses of Enum Class
com.github.tadukoo.database.mysql.syntax.conditional.SQLOperator
Packages that use SQLOperator
Package
Description
Contains syntax elements relating to conditionals
-
Uses of SQLOperator in com.github.tadukoo.database.mysql.syntax.conditional
Fields in com.github.tadukoo.database.mysql.syntax.conditional declared as SQLOperatorModifier and TypeFieldDescriptionprivate SQLOperator
ConditionalStatement.ConditionStatementBuilder.operator
Theoperator
of the statementprivate final SQLOperator
ConditionalStatement.operator
The operator of this statementMethods in com.github.tadukoo.database.mysql.syntax.conditional that return SQLOperatorModifier and TypeMethodDescriptionstatic SQLOperator
SQLOperator.fromString
(String operator) Grab aSQLOperator
using the given string to match on the operator stringConditionalStatement.getOperator()
static SQLOperator
Returns the enum constant of this class with the specified name.static SQLOperator[]
SQLOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.tadukoo.database.mysql.syntax.conditional with parameters of type SQLOperatorModifier and TypeMethodDescriptionConditionalStatement.ConditionStatementBuilder.operator
(SQLOperator operator) ConditionalStatement.Operator.operator
(SQLOperator operator) Constructors in com.github.tadukoo.database.mysql.syntax.conditional with parameters of type SQLOperatorModifierConstructorDescriptionprivate
ConditionalStatement
(boolean negated, ColumnRef column, SQLOperator operator, Object value) Constructs a new conditional statement with the given parameters