Class ConditionalStatement.ConditionStatementBuilder

java.lang.Object
com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.ConditionStatementBuilder
All Implemented Interfaces:
ConditionalStatement.Build, ConditionalStatement.Column, ConditionalStatement.Operator, ConditionalStatement.Value
Enclosing class:
ConditionalStatement

public static class ConditionalStatement.ConditionStatementBuilder extends Object implements ConditionalStatement.Column, ConditionalStatement.Operator, ConditionalStatement.Value, ConditionalStatement.Build
A builder to create a ConditionalStatement. It takes the following parameters:
Condition Statement Parameters
Parameter Description Required or Default
negated Whether the statement is negated or not Defaults to false
column A column reference to the column of the statement Required
operator The operator of the statement Required
value The value of the statement Required
Version:
Alpha v.0.3
Author:
Logan Ferree (Tadukoo)