Searched refs:setTableName (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSetMetaData.java203 void setTableName(int columnIndex, String tableName) throws SQLException; method in interface:RowSetMetaData
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java1256 * @see javax.sql.RowSetMetaData#setTableName
1260 public void setTableName(String tabName) throws SQLException; method in interface:CachedRowSet
H A DRowSetMetaDataImpl.java411 public void setTableName(int columnIndex, String tableName) throws SQLException { method in class:RowSetMetaDataImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java1133 //rs.setTableName(null);
1136 rs.setTableName(s);
1265 md.setTableName(idx, null);
1267 md.setTableName(idx, s);
H A DSyncResolverImpl.java363 crsRow.setTableName(crsSync.getTableName());
4177 public void setTableName(String tabName) throws SQLException { method in class:SyncResolverImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java426 * @see CachedRowSet#setTableName
711 rsmd.setTableName(colc, crsInternal.getTableName());
736 rsmd.setTableName
780 rsmd.setTableName(colc, cRowset.getTableName());
H A DCachedRowSetImpl.java586 this.setTableName(buildTableName(cmd));
759 md.setTableName(col, rsmd.getTableName(col));
6418 public void setTableName(String tabName) throws SQLException { method in class:CachedRowSetImpl
H A DJdbcRowSetImpl.java505 md.setTableName(col, rsmd.getTableName(col));

Completed in 121 milliseconds