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

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DJoinable.java102 * The index array passed into the <code>setMatchColumn</code> methods indicates
108 * Joinable.setMatchColumn(i);
115 * Joinable2.setMatchColumn(w);
143 * Implementations of the <code>setMatchColumn(int columnIdx)</code> method
150 * @see #setMatchColumn(int[])
154 public void setMatchColumn(int columnIdx) throws SQLException; method in interface:Joinable
164 * @see #setMatchColumn(int[])
167 public void setMatchColumn(int[] columnIdxes) throws SQLException; method in interface:Joinable
177 * Implementations of the <code>setMatchColumn(String columnIdx)</code> method
186 * @see #setMatchColumn(in
188 public void setMatchColumn(String columnName) throws SQLException; method in interface:Joinable
202 public void setMatchColumn(String[] columnNames) throws SQLException; method in interface:Joinable
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java3734 * This was set using <code>setMatchColumn</code>
3744 * not the same as set using <code>setMatchColumn(int [])</code>
3763 * This was set using <code>setMatchColumn</code>
3773 * not the same as set using <code>setMatchColumn(String [])</code>
3790 * that was set using <code>setMatchColumn(String [])</code>
3812 * <code>setMatchColumn(int [])</code> for this rowset.
3858 public void setMatchColumn(int[] columnIdxes) throws SQLException { method in class:JdbcRowSetImpl
3885 public void setMatchColumn(String[] columnNames) throws SQLException { method in class:JdbcRowSetImpl
3915 public void setMatchColumn(int columnIdx) throws SQLException { method in class:JdbcRowSetImpl
3941 public void setMatchColumn(Strin method in class:JdbcRowSetImpl
[all...]
H A DCachedRowSetImpl.java1258 //do nothing, if the setMatchColumn is not set.
1264 //do nothing, if the setMatchColumn is not set.
6910 * This was set using <code>setMatchColumn</code>
6920 * not the same as set using <code>setMatchColumn(int [])</code>
6939 * This was set using <code>setMatchColumn</code>
6949 * not the same as set using <code>setMatchColumn(String [])</code>
6966 * that was set using <code>setMatchColumn(String [])</code>
6988 * <code>setMatchColumn(int [])</code> for this rowset.
7034 public void setMatchColumn(int[] columnIdxes) throws SQLException { method in class:CachedRowSetImpl
7061 public void setMatchColumn(Strin method in class:CachedRowSetImpl
7091 public void setMatchColumn(int columnIdx) throws SQLException { method in class:CachedRowSetImpl
7117 public void setMatchColumn(String columnName) throws SQLException { method in class:CachedRowSetImpl
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4521 * This was set using <code>setMatchColumn</code>
4531 * not the same as set using <code>setMatchColumn(int [])</code>
4539 * This was set using <code>setMatchColumn</code>
4549 * not the same as set using <code>setMatchColumn(String [])</code>
4557 * that was set using <code>setMatchColumn(String [])</code>
4571 * <code>setMatchColumn(int [])</code> for this rowset.
4599 public void setMatchColumn(int[] columnIdxes) throws SQLException { method in class:SyncResolverImpl
4618 public void setMatchColumn(String[] columnNames) throws SQLException { method in class:SyncResolverImpl
4640 public void setMatchColumn(int columnIdx) throws SQLException { method in class:SyncResolverImpl
4659 public void setMatchColumn(Strin method in class:SyncResolverImpl
[all...]

Completed in 107 milliseconds