Uses of Package
com.github.tadukoo.database.mysql.syntax.conditional
Package
Description
Contains syntax elements to help build SQL statements
Contains syntax elements relating to conditionals
Contains classes for creating MySQL statements
-
ClassDescriptionConditional represents a (potentially complex) conditional in MySQLConditional Statement represents a single conditional statement in MySQL (it may be part of a greater
Conditional
) -
ClassDescriptionConditional represents a (potentially complex) conditional in MySQLThe Building part of building a
Conditional
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
TheOperator
part of building aConditionalStatement
The Value part of building aConditionalStatement
SQL Conjunctive Operator represents operators that join conditional statements together.SQL Operator represents a conditional operator in MySQL -
ClassDescriptionConditional represents a (potentially complex) conditional in MySQLEqualsStatement represents a simple MySQL equals statement