Uses of Package
org.soulwing.jdbc
-
Packages that use org.soulwing.jdbc Package Description org.soulwing.jdbc JDBC facade and supporting classesorg.soulwing.jdbc.logger Logging supportorg.soulwing.jdbc.source SQL source code input support -
Classes in org.soulwing.jdbc used by org.soulwing.jdbc Class 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 aResultSet
to an instance of a given type.SQLRuntimeException A runtime exception that wraps anSQLException
. -
Classes in org.soulwing.jdbc used by org.soulwing.jdbc.logger Class Description Parameter An SQL parameter injector. -
Classes in org.soulwing.jdbc used by org.soulwing.jdbc.source Class Description SQLRuntimeException A runtime exception that wraps anSQLException
.