protected final class Sql.PreparedQueryCommand extends Sql.AbstractQueryCommand
sql, statement| Modifier and Type | Method and Description |
|---|---|
protected ResultSet |
runQuery(Connection connection)
Perform the query.
|
closeResources, closeResourcesprotected ResultSet runQuery(Connection connection) throws SQLException
Sql.AbstractQueryCommandSql.AbstractQueryCommand.execute()) method can clean up.
This is the method that encloses the variant part of the code.runQuery in class Sql.AbstractQueryCommandconnection - the connection to useSQLException - if a database error occurs