Package com.github.tadukoo.database.mysql.syntax.conditional
package com.github.tadukoo.database.mysql.syntax.conditional
Contains syntax elements relating to conditionals
-
ClassDescriptionConditional represents a (potentially complex) conditional in MySQLThe Building part of building a
Conditional
Conditional Builder is used to build aConditional
.The First Condition part of building aConditional
TheOperator
part of building aConditional
TheOperator
or building part of building aConditional
The Second Condition part of building aConditional
Conditional Statement represents a single conditional statement in MySQL (it may be part of a greaterConditional
)The building part of building aConditionalStatement
TheColumn
part of building aConditionalStatement
A builder to create aConditionalStatement
.TheOperator
part of building aConditionalStatement
The Value part of building aConditionalStatement
EqualsStatement represents a simple MySQL equals statementSQL Conjunctive Operator represents operators that join conditional statements together.SQL Operator represents a conditional operator in MySQL