Class Constants
java.lang.Object
io.github.torand.fastersql.constant.Constants
Provides factory methods for constants.
-
Method Summary
-
Method Details
-
$
Creates a scalar value constant.- Type Parameters:
T
- the constant type.- Parameters:
value
- the constant value.- Returns:
- the constant.
-
constant
Creates a scalar value constant.- Type Parameters:
T
- the constant type.- Parameters:
value
- the constant value.- Returns:
- the constant.
-
nullValue
Creates a null constant.- Returns:
- the constant.
-