Searched defs:getConcurrency (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java944 * @see #getConcurrency
992 * @see #getConcurrency
1479 public int getConcurrency() throws SQLException { method in class:BaseRowSet
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java1428 int getConcurrency() throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java2136 public int getConcurrency() throws SQLException { method in class:JdbcRowSetImpl
2140 super.getConcurrency();
2142 return rs.getConcurrency();
4146 setConcurrency(rs.getConcurrency());
4154 rs.getConcurrency() == CONCUR_READ_ONLY) {
4511 * @see #getConcurrency
4545 * @see #getConcurrency
4553 oldVal = getConcurrency();

Completed in 75 milliseconds