Interface | Description |
---|---|
NumberedValueExtractor<V> |
Extracts a value from a single row.
|
SQLExceptionAdapter |
Translates a checked
SQLException to an unchecked exception. |
ValueExtractor<V> |
Extracts a value from a single row.
|
Class | Description |
---|---|
ProcedureCallerFactory<T> |
Creates instances of an interface containing stored procedure declarations.
|
Enum | Description |
---|---|
ProcedureCallerFactory.ParameterRegistration |
Determines how parameters should be registered.
|
Exception | Description |
---|---|
IncorrectResultSizeException |
Signals an unexpected amount of rows was returned.
|
UncheckedSQLException |
Wraps an
SQLException with an unchecked exception. |
Copyright © 2016–2018. All rights reserved.