Searched refs:RowSetMetaDataImpl (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java315 RowSetMetaDataImpl rsmd = new RowSetMetaDataImpl();
316 RowSetMetaDataImpl rsmdWrite = (RowSetMetaDataImpl)crsSync.getMetaData();
317 RowSetMetaDataImpl rsmdRow = new RowSetMetaDataImpl();
1888 * <code>RowSetMetaDataImpl</code> class.
1893 * RowSetMetaDataImpl metaData =
1894 * (RowSetMetaDataImpl)crs.getMetaData();
1896 * // which this RowSetMetaDataImpl objec
[all...]
H A DCachedRowSetWriter.java303 RowSetMetaDataImpl rsmdWrite = (RowSetMetaDataImpl)crs.getMetaData();
304 RowSetMetaDataImpl rsmdResolv = new RowSetMetaDataImpl();
H A DXmlReaderContentHandler.java1176 md = new RowSetMetaDataImpl();
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java37 * A <code>RowSetMetaDataImpl</code> object keeps track of the
41 * A <code>RowSet</code> object creates a <code>RowSetMetaDataImpl</code>
45 * NOTE: All metadata in a <code>RowSetMetaDataImpl</code> object
48 * Therefore, any <code>RowSetMetaDataImpl</code> method that retrieves information
52 public class RowSetMetaDataImpl implements RowSetMetaData, Serializable { class in inherits:RowSetMetaData,Serializable
56 * this <code>RowSetMetaDataImpl</code> object.
64 * this <code>RowSetMetaDataImpl</code> object was created. The first
74 * the <code>RowSet</code> object for which this <code>RowSetMetaDataImpl</code>
117 * object for which this <code>RowSetMetaDataImpl</code> object was created.
485 * for which this <code>RowSetMetaDataImpl</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java588 RowSetMetaDataImpl rsmd = new RowSetMetaDataImpl();
606 crsInternal.setMetaData((RowSetMetaDataImpl)cRowset.getMetaData());
H A DCachedRowSetImpl.java93 private RowSetMetaDataImpl RowSetMD;
638 RowSetMD = new RowSetMetaDataImpl();
714 private void initMetaData(RowSetMetaDataImpl md, ResultSetMetaData rsmd) throws SQLException {
751 * value for scale. javax.sql.rowset.RowSetMetaDataImpl will throw an exception
805 RowSetMD = (RowSetMetaDataImpl)this.getMetaData();
1628 RowSetMD = (RowSetMetaDataImpl)this.getMetaData();
2883 * <code>RowSetMetaDataImpl</code> class.
2888 * RowSetMetaDataImpl metaData =
2889 * (RowSetMetaDataImpl)crs.getMetaData();
2891 * // which this RowSetMetaDataImpl objec
[all...]
H A DJdbcRowSetImpl.java71 * The <code>RowSetMetaDataImpl</code> object that is contructed when
75 * <code>RowSetMetaDataImpl</code>.
77 private RowSetMetaDataImpl rowsMD;
81 * <code>RowSetMetaDataImpl</code> is formed and which helps in getting
460 rowsMD = new RowSetMetaDataImpl();

Completed in 106 milliseconds