Searched defs:getResultSet (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DArray.java57 * and <code>getResultSet</code>, the mapping
245 ResultSet getResultSet () throws SQLException; method in interface:Array
255 * <code>getResultSet</code> uses either the given type map or the standard mapping;
276 ResultSet getResultSet (java.util.Map<String,Class<?>> map) throws SQLException; method in interface:Array
307 ResultSet getResultSet(long index, int count) throws SQLException; method in interface:Array
318 * <code>getResultSet</code> uses either the given type map or the standard mapping;
344 ResultSet getResultSet (long index, int count, method in interface:Array
H A DStatement.java324 * <code>getResultSet</code> or <code>getUpdateCount</code>
342 * @see #getResultSet
358 ResultSet getResultSet() throws SQLException; method in interface:Statement
377 * object(s) obtained with the method <code>getResultSet</code>.
668 * <code>getResultSet</code>:
833 * <code>getResultSet</code> or <code>getUpdateCount</code>
861 * @see #getResultSet
888 * <code>getResultSet</code> or <code>getUpdateCount</code>
911 * @see #getResultSet
937 * <code>getResultSet</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialArray.java443 public ResultSet getResultSet(long index, int count) throws SerialException { method in class:SerialArray
455 * standard mapping. This version of the method <code>getResultSet</code>
470 public ResultSet getResultSet(Map<String, Class<?>> map) method in class:SerialArray
489 public ResultSet getResultSet() throws SerialException { method in class:SerialArray
503 * standard mapping. This version of the method <code>getResultSet</code> uses
523 public ResultSet getResultSet(long index, int count, method in class:SerialArray
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java489 private ResultSetHolder getResultSet(int index) { method in class:J2DAnalyzer.GroupResultSetHolder
505 ResultHolder cur = getResultSet(i).getResultByKey(key);
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4225 protected ResultSet getResultSet() throws SQLException { method in class:JdbcRowSetImpl

Completed in 145 milliseconds