Searched refs:rowset (Results 51 - 56 of 56) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java26 package javax.sql.rowset;
38 * number of columns in the rowset and maintains an internal array
158 * in the rowset, inclusive
176 * in the rowset, inclusive
193 * of columns in the rowset, inclusive
H A DBaseRowSet.java26 package javax.sql.rowset;
35 import javax.sql.rowset.serial.*;
78 * a tool. The number and kinds of properties a rowset has will vary,
87 * If, on the other hand, the rowset uses a <code>DataSource</code> object
100 * When a rowset gets its data from a relational database, it executes a command (a query)
102 * for the <code>RowSet</code> object's command property. The rowset populates itself with data by reading the
1050 * @see javax.sql.rowset.spi.SyncFactory
1051 * @see javax.sql.rowset.spi.SyncProvider
1079 * @see javax.sql.rowset.spi.SyncFactory
1080 * @see javax.sql.rowset
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java26 package com.sun.rowset.internal;
36 import javax.sql.rowset.*;
37 import com.sun.rowset.*;
50 * A rowset consists of its properties, metadata, and data values. An XML document
51 * representating a rowset includes the values in these three categories along with
53 * the rowset and three section tags identifying the three categories of values.
62 * the rowset's metadata elements, and <code>data</code>, which lists the rowset's data
104 * A list of the properties for a rowset. There is a constant defined to
113 "read-only", "rowset
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java443 defc == javax.sql.rowset.serial.SerialJavaObject.class;
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java26 package com.sun.rowset;
35 import javax.sql.rowset.*;
36 import javax.sql.rowset.spi.*;
37 import javax.sql.rowset.serial.*;
38 import com.sun.rowset.internal.*;
39 import com.sun.rowset.providers.*;
61 * for this rowset. The method <code>execute</code> uses this
69 * for this rowset. The method <code>acceptChanges</code> uses
132 * For example, suppose that the cursor is on the last row of a rowset
207 private String DEFAULT_SYNC_PROVIDER = "com.sun.rowset
[all...]
H A DJdbcRowSetImpl.java26 package com.sun.rowset;
36 import javax.sql.rowset.*;
48 * The <code>Connection</code> object that is this rowset's
55 * The <code>PreparedStatement</code> object that is this rowset's
63 * The <code>ResultSet</code> object that is this rowset's
65 * <code>execute</code> executes the rowset's command and thereby
66 * creates the rowset's <code>ResultSet</code> object.
117 * execute the rowset's command
239 * execute the rowset's command
313 * execute the rowset'
[all...]

Completed in 143 milliseconds

123