Uses of Interface
com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.Column
Package
Description
Contains syntax elements relating to conditionals
-
Uses of ConditionalStatement.Column in com.github.tadukoo.database.mysql.syntax.conditional
Modifier and TypeMethodDescriptionstatic ConditionalStatement.Column
ConditionalStatement.builder()
ConditionalStatement.Column.negated()
Sets negated to true for the statementConditionalStatement.Column.negated
(boolean negated) ConditionalStatement.ConditionStatementBuilder.negated()
Sets negated to true for the statementConditionalStatement.ConditionStatementBuilder.negated
(boolean negated)