Lines Matching defs:WebRowSet

36  * The standard interface that all implementations of a <code>WebRowSet</code>
43 * The standard WebRowSet XML Schema definition is available at the following
52 * of the <code>WebRowSet</code> interface to ensure interoperability. In addition,
53 * the <code>WebRowSet</code> schema uses specific SQL/XML Schema annotations,
71 * <code>WebRowSet</code> object. The metadata described is closely aligned with the
76 * or last synchronization of the <code>WebRowSet</code> object) and the current
78 * a <code>WebRowSet</code> maintains
82 * <h3>2.0 WebRowSet States</h3>
83 * The following sections demonstrates how a <code>WebRowSet</code> implementation
85 * and to describe the state of a <code>WebRowSet</code> object in XML.
87 * <h4>2.1 State 1 - Outputting a <code>WebRowSet</code> Object to XML</h3>
88 * In this example, a <code>WebRowSet</code> object is created and populated with a simple 2 column,
89 * 5 row table from a data source. Having the 5 rows in a <code>WebRowSet</code> object
94 * provide key details that describe WebRowSet
95 * properties. Outputting the WebRowSet object to XML using the standard
125 * The meta-data describing the make up of the WebRowSet is described
172 * how the contents of a <code>WebRowSet</code> object is described in XML. Note, that
173 * this describes a <code>WebRowSet</code> object that has not undergone any
176 * <code>WebRowSet</code> object provides. A <code>columnValue</code> tag may contain
218 * Deleting a row in a <code>WebRowSet</code> object involves simply moving to the row
221 * two lines of code, in which <i>wrs</i> is a <code>WebRowSet</code> object, delete
228 * which eliminates the third row in the <code>WebRowSet</code> object.
266 * A <code>WebRowSet</code> object can insert a new row by moving to the insert row,
407 public interface WebRowSet extends CachedRowSet {
410 * Reads a <code>WebRowSet</code> object in its XML format from the given
414 * <code>WebRowSet</code> object will be populated
421 * Reads a stream based XML input to populate this <code>WebRowSet</code>
425 * <code>WebRowSet</code> object will be populated
432 * Populates this <code>WebRowSet</code> object with
437 * NOTE: The <code>WebRowSet</code> cursor may be moved to write out the
442 * <code>WebRowSet</code> object
450 * Populates this <code>WebRowSet</code> object with
455 * NOTE: The <code>WebRowSet</code> cursor may be moved to write out the
460 * <code>WebRowSet</code> object
468 * Writes the data, properties, and metadata for this <code>WebRowSet</code> object
478 * Writes the data, properties, and metadata for this <code>WebRowSet</code> object
489 * tags and their valid values for a <code>WebRowSet</code> implementation.
496 * their valid values for a <code>WebRowSet</code> implementation.