| Interface | Description |
|---|---|
| Closeable | |
| SqlAction |
Represents an action.
|
| SqlBiFunction<T1,T2,R> |
Represents a function that accepts two arguments and produces a result.
|
| SqlConsumer<T> |
Represents an operation that accepts a single input argument and returns no result.
|
| SqlFunction<T,R> |
Represents a function that accepts one argument and produces a result.
|
| SqlSupplier<T> |
Represents a supplier of data.
|
| Class | Description |
|---|---|
| SingleConnectionDataSource |
Wraps a single connection that is reused each time
SingleConnectionDataSource.getConnection() is called. |
| Wrap |
Utility to execute code that might throw a checked
SQLException so that
it throws UncheckedSqlException instead. |
Copyright © 2019. All rights reserved.