public static interface JdbcSession.Fetcher
Modifier and Type | Method and Description |
---|---|
ResultSet |
fetch(PreparedStatement stmt)
Fetch result set from statement.
|
PreparedStatement |
statement(Connection conn)
Create prepare statement.
|
PreparedStatement statement(Connection conn) throws SQLException
conn
- Open connectionSQLException
- If some problemResultSet fetch(PreparedStatement stmt) throws SQLException
stmt
- The statementSQLException
- If some problemCopyright © 2012–2014 jcabi.com. All rights reserved.