HomeSort by relevance Sort by last modified time
    Searched refs:RowSet (Results 1 - 10 of 10) 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...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
RowSetEventTest.java 26 import javax.sql.RowSet;
34 * @tests {@link javax.sql.RowSetEvent#RowSetEvent(javax.sql.RowSet)}.
40 args = {javax.sql.RowSet.class}
Impl_RowSet.java 40 import javax.sql.RowSet;
44 class Impl_RowSet implements RowSet {
  /libcore/luni/src/test/java/tests/javax/sql/
RowSetTest.java 23 import javax.sql.RowSet;
29 @TestTargetClass(RowSet.class)
33 * @tests {@link javax.sql.RowSet#addRowSetListener(javax.sql.RowSetListener)}.
46 * @tests {@link javax.sql.RowSet#clearParameters()}.
59 * @tests {@link javax.sql.RowSet#addRowSetListener(javax.sql.RowSetListener)}.
72 * @tests {@link javax.sql.RowSet#getCommand()}.
93 * @tests {@link javax.sql.RowSet#getDataSourceName()}.
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 71 milliseconds