Searched refs:getMatchColumnNames (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinable.java229 public String[] getMatchColumnNames() throws SQLException; method in interface:Joinable
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java211 strMatchKey = (cRowset.getMatchColumnNames())[0];
226 for(int i=0;i<cRowset.getMatchColumnNames().length;i++) {
227 if( (strMatchKey = (cRowset.getMatchColumnNames())[i]) != null) {
931 ((CachedRowSetImpl)vecRowSetsInJOIN.get(i)).getMatchColumnNames()[0]);
H A DCachedRowSetImpl.java1262 crs.unsetMatchColumn(crs.getMatchColumnNames());
6974 public String[] getMatchColumnNames() throws SQLException { method in class:CachedRowSetImpl
H A DJdbcRowSetImpl.java3798 public String[] getMatchColumnNames() throws SQLException { method in class:JdbcRowSetImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4565 public String[] getMatchColumnNames() throws SQLException { method in class:SyncResolverImpl

Completed in 105 milliseconds