| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer |
| Modifier and Type | Method and Description |
|---|---|
R |
SQLResultConverter.convert(SQLExecutionContext context,
SQLResult result)
Convert a
SQLResult into expected result type. |
| Modifier and Type | Method and Description |
|---|---|
static <R> SQLResultConverter<R> |
SQLResultConverter.create(Class<? extends R> conversionType,
BiFunction<SQLExecutionContext,SQLResult,R> conversionFunction)
Create a new
SQLResultConverter for given conversionType, using provided BiFunction
as result conversion strategy. |
Copyright © 2019 The Holon Platform. All rights reserved.