Uses of Class
com.exasol.sql.expression.literal.FloatLiteral
-
Packages that use FloatLiteral Package Description com.exasol.sql.expression com.exasol.sql.expression.literal 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. -
Uses of FloatLiteral in com.exasol.sql.expression.literal
Methods in com.exasol.sql.expression.literal that return FloatLiteral Modifier and Type Method Description static FloatLiteralFloatLiteral. of(float value)Create a newFloatLiteralfrom a float.Methods in com.exasol.sql.expression.literal with parameters of type FloatLiteral Modifier and Type Method Description voidLiteralVisitor. visit(FloatLiteral literal)Visit a single-precision floating point 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)
-