Uses of Interface
com.github.tadukoo.database.mysql.syntax.conditional.ConditionalStatement.Column
Packages that use ConditionalStatement.Column
Package
Description
Contains syntax elements relating to conditionals
-
Uses of ConditionalStatement.Column in com.github.tadukoo.database.mysql.syntax.conditional
Classes in com.github.tadukoo.database.mysql.syntax.conditional that implement ConditionalStatement.ColumnMethods in com.github.tadukoo.database.mysql.syntax.conditional that return ConditionalStatement.ColumnModifier 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)