T
- Value typepublic interface SQLLiteral<T>
extends com.holonplatform.core.TypedExpression<T>
Expression
which represents a SQL literal value.Modifier and Type | Method and Description |
---|---|
static <T> SQLLiteral<T> |
create(T value)
Create a new
SQLLiteral value. |
static <T> SQLLiteral<T> |
create(T value,
com.holonplatform.core.temporal.TemporalType temporalType)
Create a new
SQLLiteral value. |
T |
getValue()
Get the value which has to be represented as a SQL literal.
|
T getValue()
static <T> SQLLiteral<T> create(T value)
SQLLiteral
value.T
- Value typevalue
- Literal valueSQLLiteral
static <T> SQLLiteral<T> create(T value, com.holonplatform.core.temporal.TemporalType temporalType)
SQLLiteral
value.T
- Value typevalue
- Literal valuetemporalType
- Value temporal typeSQLLiteral
Copyright © 2019 The Holon Platform. All rights reserved.