Home
last modified time | relevance | path

Searched defs:getResultSet (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DArray.java113 public ResultSet getResultSet() throws SQLException; in getResultSet() method
129 public ResultSet getResultSet(long index, int count) throws SQLException; in getResultSet() method
149 public ResultSet getResultSet(long index, int count, in getResultSet() method
163 public ResultSet getResultSet(Map<String, Class<?>> map) in getResultSet() method
DStatement.java480 public ResultSet getResultSet() throws SQLException; in getResultSet() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2306 public ResultSet getResultSet() throws SQLException { in getResultSet() method in OldPreparedStatementTest.MockArray
2310 public ResultSet getResultSet(long index, int count) in getResultSet() method in OldPreparedStatementTest.MockArray
2315 public ResultSet getResultSet(long index, int count, in getResultSet() method in OldPreparedStatementTest.MockArray
2320 public ResultSet getResultSet(Map<String, Class<?>> map) in getResultSet() method in OldPreparedStatementTest.MockArray