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 SQLOperatorConditionalStatement.ConditionStatementBuilder.operatorTheoperatorof the statementprivate final SQLOperatorConditionalStatement.operatorThe operator of this statementMethods in com.github.tadukoo.database.mysql.syntax.conditional that return SQLOperatorModifier and TypeMethodDescriptionstatic SQLOperatorSQLOperator.fromString(String operator) Grab aSQLOperatorusing the given string to match on the operator stringConditionalStatement.getOperator()static SQLOperatorReturns 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 SQLOperatorModifierConstructorDescriptionprivateConditionalStatement(boolean negated, ColumnRef column, SQLOperator operator, Object value) Constructs a new conditional statement with the given parameters