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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinable.java215 public int[] getMatchColumnIndexes() throws SQLException; method in interface:Joinable
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java179 for(int i=0; i< rowset.getMatchColumnIndexes().length; i++) {
180 if(rowset.getMatchColumnIndexes()[i] != -1)
187 pCol[i] = rowset.getMatchColumnIndexes()[i];
204 iMatchKey = (cRowset.getMatchColumnIndexes())[0];
572 int[] i = rs.getMatchColumnIndexes();
653 for(int i=0; i< crsInternal.getMatchColumnIndexes().length; i++) {
654 if(crsInternal.getMatchColumnIndexes()[i] != -1)
680 if (!crsInternal.getObject( crsInternal.getMatchColumnIndexes()[k]).equals
681 (cRowset.getObject(cRowset.getMatchColumnIndexes()[k]))) {
699 if (p == crsInternal.getMatchColumnIndexes()[
[all...]
H A DCachedRowSetImpl.java1256 crs.unsetMatchColumn(crs.getMatchColumnIndexes());
6995 public int[] getMatchColumnIndexes() throws SQLException { method in class:CachedRowSetImpl
7025 * command when the method <code>getMatchColumnIndexes</code> is called.
H A DJdbcRowSetImpl.java3819 public int[] getMatchColumnIndexes() throws SQLException { method in class:JdbcRowSetImpl
3849 * command when the method <code>getMatchColumnIndexes</code> is called.
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4578 public int[] getMatchColumnIndexes() throws SQLException { method in class:SyncResolverImpl
4590 * command when the method <code>getMatchColumnIndexes</code> is called.

Completed in 102 milliseconds