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.
|
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–2015 jcabi.com. All rights reserved.