Searched refs:BaseRowSet (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java43 * The <code>BaseRowSet</code> class provides the core functionality
51 * the <code>BaseRowSet</code> class must also implement one of the <code>RowSet</code>
54 * The <code>BaseRowSet</code> class provides the following:
104 * contains placeholders for values to be set, the <code>BaseRowSet</code> setter methods
123 * placeholder parameters, the <code>BaseRowSet</code> class provides a set of setter
149 * NOTE: The <code>BaseRowSet</code> class provides two kinds of setter methods,
153 * The placeholder parameters set with the <code>BaseRowSet</code> setter methods
225 * one of the <code>BaseRowSet</code> constants indicating the type of stream being set.
232 * The <code>BaseRowSet</code> class provides the event notification
250 * The <code>BaseRowSet</cod
297 public abstract class BaseRowSet implements Serializable, Cloneable { class in inherits:Serializable,Cloneable
530 public BaseRowSet() { method in class:BaseRowSet
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java45 public class JdbcRowSetImpl extends BaseRowSet implements JdbcRowSet, Joinable {
350 // Pass the arguments to BaseRowSet
4247 // Over riding the setCommand from BaseRowSet for
4293 // Over riding the setDataSourceName from BaseRowSet for
4346 // Over riding the setUrl from BaseRowSet for
4411 // Over riding the setUsername from BaseRowSet for
4455 // Over riding the setPassword from BaseRowSet for
H A DCachedRowSetImpl.java52 public class CachedRowSetImpl extends BaseRowSet implements RowSet, RowSetInternal, Serializable, Cloneable, CachedRowSet {

Completed in 77 milliseconds