| Package | Description |
|---|---|
| manifold.sql.rt.api |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTxBindings |
| Modifier and Type | Method and Description |
|---|---|
TxBindings |
ResultRow.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<TxBindings,T> |
QueryContext.getRowMaker() |
| Constructor and Description |
|---|
QueryContext(TxScope txScope,
java.lang.Class<T> queryClass,
java.lang.String ddlTableName,
int[] jdbcParamTypes,
manifold.rt.api.Bindings params,
java.lang.String configName,
java.util.function.Function<TxBindings,T> makeRow) |
Result(TxScope txScope,
java.sql.ResultSet resultSet,
java.util.function.Function<TxBindings,R> makeRow) |
Copyright © 2023. All rights reserved.