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) -
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)static 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) -
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)voidValueExpressionRenderer. visit(BooleanLiteral literal)
-