| Interface | Description |
|---|---|
| ListOutcome.Mapping<T> |
Mapping.
|
| Outcome<T> |
Outcome of ResultSet.
|
| Preparation |
Preparation of a
PreparedStatement. |
| Class | Description |
|---|---|
| ColumnOutcome<T> |
Outcome that returns first column.
|
| JdbcSession |
Universal JDBC wrapper.
|
| ListOutcome<T> |
Outcome that returns a list.
|
| SingleOutcome<T> |
Outcome that returns first column in the first row.
|
| StaticSource |
Static data source which wraps a single
Connection. |
| StoredProcedureOutcome<T> |
Outcome of a stored procedure with OUT parameters.
|
| Utc |
UTC time zone manipulator.
|
The only dependency you need is (check our latest version available at jdbc.jcabi.com):
<depedency> <groupId>com.jcabi</groupId> <artifactId>jcabi-jdbc</artifactId> </dependency>
Copyright © 2012–2019 jcabi.com. All rights reserved.