T - Expression typepublic interface SQLParameterizableExpression<T>
extends com.holonplatform.core.TypedExpression<T>
TypedExpression which should be resolved using a SQL statement parameter if the expression type
and the resolution context are suitable to use a SQL parameter for its representation.| Modifier and Type | Method and Description |
|---|---|
static <T> SQLParameterizableExpression<T> |
create(com.holonplatform.core.TypedExpression<T> expression)
Create a new
SQLParameterizableExpression. |
com.holonplatform.core.TypedExpression<T> |
getExpression()
Get the actual expression which should be resolved using a SQL statement parameter if the expression type and the
resolution context are suitable to use a SQL parameter for its representation.
|
com.holonplatform.core.TypedExpression<T> getExpression()
static <T> SQLParameterizableExpression<T> create(com.holonplatform.core.TypedExpression<T> expression)
SQLParameterizableExpression.T - Expression typeexpression - Wrapped expression (not null)SQLParameterizableExpressionCopyright © 2019 The Holon Platform. All rights reserved.