Searched defs:setTableName (Results 1 - 5 of 5) 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 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 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

Completed in 65 milliseconds