HomeSort by relevance Sort by last modified time
    Searched refs:RowSet (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/java/javax/sql/
RowSetEvent.java 24 * An event which is sent when specific events happen to a {@link RowSet}
26 * occurred to the {@code RowSet}. The events covered are:
28 * <li>A single row in the {@code RowSet} changes.</li>
29 * <li>The whole set of data in the {@code RowSet} changes.</li>
30 * <li>The {@code RowSet} cursor position changes.</li>
33 * The event contains a reference to the {@code RowSet} object which generated
43 * {@link RowSet} object that generated the event. Information about the
44 * changes that have occurred to the {@code RowSet} can be extracted from
45 * the {@code RowSet} using one or more of the query methods available on
46 * the {@code RowSet}
    [all...]
RowSet.java 45 * {@code RowSet} provides getters and setters for properties relating to the
47 * distinct data values which constitute the row set. The {@code RowSet} class
51 * {@code RowSet} is a facility implemented on top of the remainder of the JDBC
54 * RowSet} on the other hand can be persisted only establishing a new connection
58 * the {@code RowSet} with data, possibly from a non-relational database source.
67 public interface RowSet extends ResultSet {
70 * Registers the supplied {@link RowSetListener} with this {@code RowSet}.
72 * generated by the {@code RowSet}.
81 * Clears the parameters previously set for this {@code RowSet}.
83 * The {@code RowSet} object retains its value until either a new value fo
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 13 ** This module implements an object we call a "RowSet".
15 ** The RowSet object is a collection of rowids. Rowids
16 ** are inserted into the RowSet in an arbitrary order. Inserts
18 ** previously inserted into the RowSet.
21 ** elements of the RowSet in sorted order. Once this extraction
24 ** Hence, the primitive operations for a RowSet are:
33 ** obviously. The INSERT primitive adds a new element to the RowSet.
34 ** TEST checks to see if an element is already in the RowSet. SMALLEST
35 ** extracts the least value from the RowSet.
55 ** batch number is O(NlogN) where N is the number of elements in the RowSet
    [all...]
vdbeInt.h 145 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */
177 #define MEM_RowSet 0x0020 /* Value is a RowSet object */
sqliteInt.h 622 typedef struct RowSet RowSet;
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 40 import javax.sql.RowSet;
44 class Impl_RowSet implements RowSet {
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 361 milliseconds