Uses of Interface
io.github.torand.fastersql.constant.Constant
Packages that use Constant
Package
Description
Provides classes and interfaces related to inline value constants for statements.
-
Uses of Constant in io.github.torand.fastersql.constant
Classes in io.github.torand.fastersql.constant that implement ConstantModifier and TypeClassDescriptionclassRepresents a scalar value constant of any type.classRepresents an inline number constant.classRepresents an inline string constant.classRepresents the 'null' constant value.Methods in io.github.torand.fastersql.constant that return ConstantModifier and TypeMethodDescriptionstatic <T> ConstantConstants.$(T value) Creates a scalar value constant.static ConstantCreates a numeric inline constant.static ConstantCreates a string inline constant.static <T> ConstantConstants.constant(T value) Creates a scalar value constant.static ConstantConstants.nullValue()Creates a null constant.