Searched refs:getMoreResults (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java325 * to retrieve the result, and <code>getMoreResults</code> to
344 * @see #getMoreResults
382 * ((stmt.getMoreResults() == false) && (stmt.getUpdateCount() == -1))
392 boolean getMoreResults() throws SQLException; method in interface:Statement
598 * should be closed when calling <code>getMoreResults</code>.
606 * should not be closed when calling <code>getMoreResults</code>.
615 * <code>getMoreResults</code>.
662 * ((stmt.getMoreResults(current) == false) && (stmt.getUpdateCount() == -1))
690 boolean getMoreResults(int current) throws SQLException; method in interface:Statement
834 * to retrieve the result, and <code>getMoreResults</cod
[all...]

Completed in 50 milliseconds