Searched defs:WebRowSet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DWebRowSet.java36 * 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</cod
407 public interface WebRowSet extends CachedRowSet { interface in inherits:CachedRowSet
[all...]

Completed in 29 milliseconds