HomeSort by relevance Sort by last modified time
    Searched defs:getMoreResults (Results 1 - 8 of 8) sorted by null

  /dalvik/libcore/sql/src/main/java/java/sql/
Statement.java 40 * Passing this constant to {@link #getMoreResults} implies that all {@code
46 * Passing this constant to {@link #getMoreResults} implies that the current
58 * Passing this constant to <i>getMoreResults</i> implies that the current
143 * first result and {@code getMoreResults} to get any subsequent results.
162 * first result and {@code getMoreResults} to get any subsequent results.
187 * first result and {@code getMoreResults} to get any subsequent results.
210 * first result and {@code getMoreResults} to get any subsequent results.
436 public boolean getMoreResults() throws SQLException;
458 public boolean getMoreResults(int current) throws SQLException;
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCStatement.java 211 public boolean getMoreResults() throws SQLException {
239 public boolean getMoreResults(int x) throws SQLException {
  /dalvik/libcore/sql/src/test/java/tests/sql/
StatementTest.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 64 milliseconds