Uses of Class
com.exasol.sql.expression.literal.BooleanLiteral
-
Packages that use BooleanLiteral Package Description com.exasol.sql.expression com.exasol.sql.expression.literal com.exasol.sql.expression.rendering -
-
Uses of BooleanLiteral in com.exasol.sql.expression
Methods in com.exasol.sql.expression that return BooleanLiteral Modifier and Type Method Description static BooleanLiteralExpressionTerm. booleanLiteral(boolean value)Create a boolean literal.Methods in com.exasol.sql.expression with parameters of type BooleanLiteral Modifier and Type Method Description voidBooleanExpressionVisitor. visit(BooleanLiteral literal)Visit a boolean literal. -
Uses of BooleanLiteral in com.exasol.sql.expression.literal
Methods in com.exasol.sql.expression.literal that return BooleanLiteral Modifier and Type Method Description static BooleanLiteralBooleanLiteral. of(boolean value)Create a boolean literal from a boolean valuestatic BooleanLiteralBooleanLiteral. of(String value)Create a newBooleanLiteralinstance from a String.Methods in com.exasol.sql.expression.literal with parameters of type BooleanLiteral Modifier and Type Method Description voidLiteralVisitor. visit(BooleanLiteral literal)Visit a boolean literal. -
Uses of BooleanLiteral in com.exasol.sql.expression.rendering
Methods in com.exasol.sql.expression.rendering with parameters of type BooleanLiteral Modifier and Type Method Description protected voidAbstractExpressionRenderer. appendBooleanLiteral(BooleanLiteral literal)Append a boolean literal (i.e.voidValueExpressionRenderer. visit(BooleanLiteral literal)
-