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
ConditionalConditional Builder is used to build aConditional.The First Condition part of building aConditionalTheOperatorpart of building aConditionalTheOperatoror building part of building aConditionalThe Second Condition part of building aConditionalConditional Statement represents a single conditional statement in MySQL (it may be part of a greaterConditional)The building part of building aConditionalStatementTheColumnpart of building aConditionalStatementA builder to create aConditionalStatement.TheOperatorpart of building aConditionalStatementThe Value part of building aConditionalStatementEqualsStatement represents a simple MySQL equals statementSQL Conjunctive Operator represents operators that join conditional statements together.SQL Operator represents a conditional operator in MySQL