{
EngineConnection conn = database.getConnection();
if (withHoldCursor == -1) {
// Holdability not explictly set, let the
// connection provide the default.
return conn.prepareStatement(sqlStmt,
scrollType, concurType);
}
// Holdability explictly set.
return conn.prepareStatement(sqlStmt,