Lines Matching defs:WebRowSet

36  * The standard interface that all implementations of a {@code WebRowSet}
43 * The standard WebRowSet XML Schema definition is available at the following
52 * of the {@code WebRowSet} interface to ensure interoperability. In addition,
53 * the {@code WebRowSet} schema uses specific SQL/XML Schema annotations,
69 * {@code WebRowSet} object. The metadata described is closely aligned with the
74 * or last synchronization of the {@code WebRowSet} object) and the current
76 * a {@code WebRowSet} maintains the ability to synchronize changes
81 * <h3>2.0 WebRowSet States</h3>
82 * The following sections demonstrates how a {@code WebRowSet} implementation
84 * and to describe the state of a {@code WebRowSet} object in XML.
86 * <h4>2.1 State 1 - Outputting a {@code WebRowSet} Object to XML</h4>
87 * In this example, a {@code WebRowSet} object is created and populated with a simple 2 column,
88 * 5 row table from a data source. Having the 5 rows in a {@code WebRowSet} object
93 * provide key details that describe WebRowSet
94 * properties. Outputting the WebRowSet object to XML using the standard
125 * The meta-data describing the make up of the WebRowSet is described
173 * how the contents of a {@code WebRowSet} object is described in XML. Note, that
174 * this describes a {@code WebRowSet} object that has not undergone any
177 * {@code WebRowSet} object provides. A {@code columnValue} tag may contain
220 * Deleting a row in a {@code WebRowSet} object involves simply moving to the row
223 * two lines of code, in which <i>wrs</i> is a {@code WebRowSet} object, delete
230 * which eliminates the third row in the {@code WebRowSet} object.
269 * A {@code WebRowSet} object can insert a new row by moving to the insert row,
414 public interface WebRowSet extends CachedRowSet {
417 * Reads a {@code WebRowSet} object in its XML format from the given
421 * {@code WebRowSet} object will be populated
428 * Reads a stream based XML input to populate this {@code WebRowSet}
432 * {@code WebRowSet} object will be populated
439 * Populates this {@code WebRowSet} object with
444 * NOTE: The {@code WebRowSet} cursor may be moved to write out the
449 * {@code WebRowSet} object
457 * Populates this {@code WebRowSet} object with
462 * NOTE: The {@code WebRowSet} cursor may be moved to write out the
467 * {@code WebRowSet} object
475 * Writes the data, properties, and metadata for this {@code WebRowSet} object
485 * Writes the data, properties, and metadata for this {@code WebRowSet} object
496 * tags and their valid values for a {@code WebRowSet} implementation.
503 * their valid values for a {@code WebRowSet} implementation.