Searched refs:Joinable (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJdbcRowSet.java124 public interface JdbcRowSet extends RowSet, Joinable {
H A DJoinable.java32 * The <code>Joinable</code> interface provides the methods for getting and
38 * the <code>Joinable</code> interface in order to be
40 * a <code>RowSet</code> object the ability to use <code>Joinable</code> methods,
43 * <code>RowSet</code> object that has not implemented the <code>Joinable</code>
49 * To get access to the methods in the <code>Joinable</code> interface, a
52 * <code>Joinable</code> interface. In addition, most <code>RowSet</code>
55 * class MyRowSetImpl extends BaseRowSet implements CachedRowSet, Joinable {
63 * The methods in the <code>Joinable</code> interface allow a <code>RowSet</code> object
73 * (Joinable)crs.setMatchColumnIndex(1);
79 * has emplemented the <code>Joinable</cod
133 public interface Joinable { interface
[all...]
H A DJoinRowSet.java45 * The <code>Joinable</code> interface provides the methods for setting,
77 * upon a common attribute. The <code>Joinable</code> interface provides the methods
117 * <li>By calling the <code>Joinable</code> method <code>setMatchColumn</code><br>
120 * must have implemented the <code>Joinable</code> interface in order to use the method
148 * have implemented the <code>Joinable</code> interface and can therefore call
149 * the <code>Joinable</code> method <code>setMatchColumn</code>.
233 * object already has a match column that was set with the <code>Joinable</code>
236 * Note: A <code>Joinable</code> object is any <code>RowSet</code> object
237 * that has implemented the <code>Joinable</code> interface.
241 * <code>Joinable</cod
[all...]
H A DCachedRowSet.java631 public interface CachedRowSet extends RowSet, Joinable {
1273 * @see Joinable#getMatchColumnIndexes
1274 * @see Joinable#getMatchColumnNames
1295 * @see Joinable#setMatchColumn(String)
1296 * @see Joinable#setMatchColumn(int)
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java151 * <code>Joinable</code> interface and is to be added
158 public void addRowSet(Joinable rowset) throws SQLException {
270 * the <code>JOIN</code> relation; must implement the <code>Joinable</code>
285 addRowSet((Joinable)rowset);
302 * to be set as the match column; must implement the <code>Joinable</code>
312 addRowSet((Joinable)rowset);
334 * implement the <code>Joinable</code> interface
351 addRowSet((Joinable)rowset[i]);
377 * implement the <code>Joinable</code> interface
398 addRowSet((Joinable)rowse
[all...]
H A DJdbcRowSetImpl.java45 public class JdbcRowSetImpl extends BaseRowSet implements JdbcRowSet, Joinable {

Completed in 67 milliseconds