Searched refs:RowSetMD (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DInsertRow.java94 * @param RowSetMD the <code>RowSetMetaData</code> object for the
101 public boolean isCompleteRow(RowSetMetaData RowSetMD) throws SQLException { argument
104 RowSetMD.isNullable(i + 1) ==
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java93 private RowSetMetaDataImpl RowSetMD; field in class:CachedRowSetImpl
638 RowSetMD = new RowSetMetaDataImpl();
639 initMetaData(RowSetMD, RSMD);
643 numCols = RowSetMD.getColumnCount();
805 RowSetMD = (RowSetMetaDataImpl)this.getMetaData();
1593 if (idx < 1 || idx > RowSetMD.getColumnCount()) {
1628 RowSetMD = (RowSetMetaDataImpl)this.getMetaData();
1629 int cols = RowSetMD.getColumnCount();
1632 String colName = RowSetMD.getColumnName(i);
2096 if (isBinary(RowSetMD
[all...]

Completed in 38 milliseconds