Uses of Enum Class
com.github.tadukoo.database.mysql.syntax.conditional.SQLOperator
Package
Description
Contains syntax elements relating to conditionals
-
Uses of SQLOperator in com.github.tadukoo.database.mysql.syntax.conditional
Modifier and TypeFieldDescriptionprivate SQLOperator
ConditionalStatement.ConditionStatementBuilder.operator
Theoperator
of the statementprivate final SQLOperator
ConditionalStatement.operator
The operator of this statementModifier 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.Modifier and TypeMethodDescriptionConditionalStatement.ConditionStatementBuilder.operator
(SQLOperator operator) ConditionalStatement.Operator.operator
(SQLOperator operator) ModifierConstructorDescriptionprivate
ConditionalStatement
(boolean negated, ColumnRef column, SQLOperator operator, Object value) Constructs a new conditional statement with the given parameters