Interface | Description |
---|---|
SqlResultConsumer<T> |
A mapping function specific to SQL.
|
Class | Description |
---|---|
ColumnIndexResultSetReader |
A reader that uses the column index.
|
ColumnNameResultSetReader |
A
ResultReader for JDBC that uses the column name. |
JdbcQueryStatement |
A
QueryStatement for a SQL PreparedStatement . |