Uses of Class
com.exasol.sql.expression.FloatLiteral
-
Packages that use FloatLiteral Package Description com.exasol.sql.expression com.exasol.sql.expression.rendering -
-
Uses of FloatLiteral in com.exasol.sql.expression
Methods in com.exasol.sql.expression that return FloatLiteral Modifier and Type Method Description static FloatLiteralExpressionTerm. floatLiteral(float value)Create a float literal.static FloatLiteralFloatLiteral. of(float value)Create a newFloatLiteralfrom a float.Methods in com.exasol.sql.expression with parameters of type FloatLiteral Modifier and Type Method Description voidValueExpressionVisitor. visit(FloatLiteral literal) -
Uses of FloatLiteral in com.exasol.sql.expression.rendering
Methods in com.exasol.sql.expression.rendering with parameters of type FloatLiteral Modifier and Type Method Description voidValueExpressionRenderer. visit(FloatLiteral literal)
-