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

  /libcore/luni/src/main/java/java/sql/
ResultSet.java 31 * {@code ResultSet}s have a cursor which points to the current data table row.
32 * When the {@code ResultSet} is created, the cursor's location is one position
35 * long as there are more rows in the {@code ResultSet}, otherwise it returns
38 * The default type of {@code ResultSet} can not be updated and its cursor can
40 * possible to read through it once. However, other kinds of {@code ResultSet}
43 * {@code ResultSet} is created is demonstrated in the following example:
48 * ResultSet.TYPE_SCROLL_SENSITIVE,}{@code ResultSet.CONCUR_UPDATABLE );}</dd>
49 * <dd>{@code ResultSet theResultSet =
53 * The {@code ResultSet} interface provides a series of methods for retrievin
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 333 results = ResultSet(strainer)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 274 milliseconds