Lines Matching refs:ResultSet
193 if (resultSetType != ResultSet.TYPE_FORWARD_ONLY && in createStatement()
194 resultSetType != ResultSet.TYPE_SCROLL_INSENSITIVE && in createStatement()
195 resultSetType != ResultSet.TYPE_SCROLL_SENSITIVE) { in createStatement()
198 if (resultSetConcurrency != ResultSet.CONCUR_READ_ONLY && in createStatement()
199 resultSetConcurrency != ResultSet.CONCUR_UPDATABLE) { in createStatement()
293 if (resultSetType != ResultSet.TYPE_FORWARD_ONLY && in prepareStatement()
294 resultSetType != ResultSet.TYPE_SCROLL_INSENSITIVE && in prepareStatement()
295 resultSetType != ResultSet.TYPE_SCROLL_SENSITIVE) { in prepareStatement()
298 if (resultSetConcurrency != ResultSet.CONCUR_READ_ONLY && in prepareStatement()
299 resultSetConcurrency != ResultSet.CONCUR_UPDATABLE) { in prepareStatement()
395 return ResultSet.HOLD_CURSORS_OVER_COMMIT; in getHoldability()
399 if (holdability == ResultSet.HOLD_CURSORS_OVER_COMMIT) { in setHoldability()
425 if (resultSetHoldability != ResultSet.HOLD_CURSORS_OVER_COMMIT) { in createStatement()
435 if (resultSetHoldability != ResultSet.HOLD_CURSORS_OVER_COMMIT) { in prepareStatement()