T - Parameter value typepublic interface SQLParameterPlaceholder<T>
extends com.holonplatform.core.TypedExpression<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> SQLParameterPlaceholder<T> |
create(Class<? extends T> type)
Create a new
SQLParameterPlaceholder. |
static <T> SQLParameterPlaceholder<T> create(Class<? extends T> type)
SQLParameterPlaceholder.T - Parameter value typetype - Parameter value typeSQLParameterPlaceholderCopyright © 2019 The Holon Platform. All rights reserved.