| Package | Description |
|---|---|
| org.soulwing.jdbc |
JDBC facade and supporting classes
|
| org.soulwing.jdbc.source |
SQL source code input support
|
| Class and Description |
|---|
| JdbcCall
A SQL call operation.
|
| JdbcOperations
A high level API for performing SQL operations using JDBC.
|
| JdbcQuery
An SQL query operation.
|
| JdbcUpdate
An SQL update operation.
|
| Parameter
An SQL parameter injector.
|
| ResultSetHandler
A closure that handles the result set returned by a query.
|
| RowMapper
A closure that maps a row in a
ResultSet to an instance of a given
type. |
| SQLRuntimeException
A runtime exception that wraps an
SQLException. |
| Class and Description |
|---|
| SQLRuntimeException
A runtime exception that wraps an
SQLException. |
Copyright © 2014–2015 Carl Harris, Jr. All rights reserved.