Searched defs:unsetMatchColumn (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinable.java151 * @see #unsetMatchColumn(int)
165 * @see #unsetMatchColumn(int[])
185 * @see #unsetMatchColumn
199 * @see #unsetMatchColumn
213 * @see #unsetMatchColumn
226 * @see #unsetMatchColumn
247 public void unsetMatchColumn(int columnIdx) throws SQLException; method in interface:Joinable
260 public void unsetMatchColumn(int[] columnIdxes) throws SQLException; method in interface:Joinable
278 public void unsetMatchColumn(String columnName) throws SQLException; method in interface:Joinable
290 public void unsetMatchColumn(Strin method in interface:Joinable
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java3746 public void unsetMatchColumn(int[] columnIdxes) throws SQLException { method in class:JdbcRowSetImpl
3775 public void unsetMatchColumn(String[] columnIdxes) throws SQLException { method in class:JdbcRowSetImpl
3966 public void unsetMatchColumn(int columnIdx) throws SQLException { method in class:JdbcRowSetImpl
3993 public void unsetMatchColumn(String columnName) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java1256 crs.unsetMatchColumn(crs.getMatchColumnIndexes());
1262 crs.unsetMatchColumn(crs.getMatchColumnNames());
6922 public void unsetMatchColumn(int[] columnIdxes) throws SQLException { method in class:CachedRowSetImpl
6951 public void unsetMatchColumn(String[] columnIdxes) throws SQLException { method in class:CachedRowSetImpl
7142 public void unsetMatchColumn(int columnIdx) throws SQLException { method in class:CachedRowSetImpl
7168 public void unsetMatchColumn(String columnName) throws SQLException { method in class:CachedRowSetImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4533 public void unsetMatchColumn(int[] columnIdxes) throws SQLException { method in class:SyncResolverImpl
4551 public void unsetMatchColumn(String[] columnIdxes) throws SQLException { method in class:SyncResolverImpl
4677 public void unsetMatchColumn(int columnIdx) throws SQLException { method in class:SyncResolverImpl
4695 public void unsetMatchColumn(String columnName) throws SQLException { method in class:SyncResolverImpl

Completed in 100 milliseconds