java.lang.Object
com.apple.foundationdb.relational.api.fluentsql.expression.NumericLiteral<N,D>
Type Parameters:
N - The Java type of the literal.
D - The type of the expression.
All Implemented Interfaces:
ComparableExpressionTrait<D,Expression<D>>, Expression<D>, Literal<N,D>, NumericExpressionTrait<D>, ScalarExpression<D>

@Immutable @API(EXPERIMENTAL) public class NumericLiteral<N extends Number,D extends DataType.NumericType> extends Object implements Literal<N,D>, NumericExpressionTrait<D>
This represents a numeric literal.