| Interface | Description |
|---|---|
| Binder |
An object which binds a value to a prepared statement parameter.
|
| BinderConfiguration |
An object which returns the appropriate
Binder based on the metadata of the prepared statement. |
| Class | Description |
|---|---|
| Binders |
Utility class allowing to get various kinds of binders.
|
| DefaultBinderConfiguration |
Default implementation of
BinderConfiguration, used by default by DbSetup. |