| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer | |
| com.holonplatform.datastore.jdbc.composer.expression |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SQLParameter<?>> |
SQLContextParametersHandler.getNamedParameters()
Get the named parameters.
|
| Modifier and Type | Method and Description |
|---|---|
<T> String |
SQLContextParametersHandler.addNamedParameter(SQLParameter<T> parameter)
Add named parameter using given
SQLParameter definition. |
default <T> String |
SQLCompositionContext.addNamedParameter(SQLParameter<T> parameter)
Convenience method to add a named parameter using current
SQLContextParametersHandler. |
| Modifier and Type | Method and Description |
|---|---|
static <T> SQLParameter<T> |
SQLParameter.create(T value,
Class<? extends T> type)
Create a new
SQLParameter. |
static <T> SQLParameter<T> |
SQLParameter.create(T value,
Class<? extends T> type,
Function<String,String> serializationFunction)
Create a new
SQLParameter. |
static <T> SQLParameter<T> |
SQLParameter.create(T value,
Class<? extends T> type,
com.holonplatform.core.temporal.TemporalType temporalType)
Create a new
SQLParameter. |
static <T> SQLParameter<T> |
SQLParameter.create(T value,
Class<? extends T> type,
com.holonplatform.core.temporal.TemporalType temporalType,
Function<String,String> serializationFunction)
Create a new
SQLParameter. |
SQLParameter<?>[] |
SQLStatement.getParameters()
Get the optional statement parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLStatement |
SQLStatement.create(String sql,
SQLParameter... parameters)
Create a new
SQLStatement. |
static SQLQuery |
SQLQuery.create(String sql,
SQLResultConverter<?> resultConverter,
SQLParameter<?>[] parameters)
Create a new
SQLQuery. |
Copyright © 2019 The Holon Platform. All rights reserved.