Searched defs:setTableName (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jdk/src/java.sql/share/classes/javax/sql/
H A DRowSetMetaData.java203 void setTableName(int columnIndex, String tableName) throws SQLException; method in interface:RowSetMetaData
/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DCachedRowSet.java1258 public void setTableName(String tabName) throws SQLException; method in interface:CachedRowSet
H A DRowSetMetaDataImpl.java413 public void setTableName(int columnIndex, String tableName) throws SQLException { method in class:RowSetMetaDataImpl
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4193 public void setTableName(String tabName) throws SQLException { method in class:SyncResolverImpl
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubWebRowSetImpl.java205 public void setTableName(String tabName) throws SQLException { method in class:StubWebRowSetImpl
H A DStubFilteredRowSetImpl.java219 public void setTableName(String tabName) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java174 public void setTableName(String tabName) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJoinRowSetImpl.java289 public void setTableName(String tabName) throws SQLException { method in class:StubJoinRowSetImpl
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java6425 public void setTableName(String tabName) throws SQLException { method in class:CachedRowSetImpl

Completed in 218 milliseconds