API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql.rowset. Joinable View Source
Author(s)
Jonathan Bruce
Since
Version
Serial
Hierarchy
 Joinable
Subinterfaces
Description
public interface Joinable
  1.0 Background
See also:    JoinRowSet
Methods
Hide/Show inherited methods
public int getMatchColumnIndexes () throws SQLException
  Retrieves the indexes of the match columns that were set for this RowSet object with the method setMatchColumn(int[] columnIdxes).
public String getMatchColumnNames () throws SQLException
  Retrieves the names of the match columns that were set for this RowSet object with the method setMatchColumn(String [] columnNames).
public void setMatchColumn (int columnIdx) throws SQLException
  Sets the designated column as the match column for this RowSet object.
public void setMatchColumn (int[] columnIdxes) throws SQLException
  Sets the designated columns as the match column for this RowSet object.
public void setMatchColumn (String columnName) throws SQLException
  Sets the designated column as the match column for this RowSet object.
public void setMatchColumn (String columnNames) throws SQLException
  Sets the designated columns as the match column for this RowSet object.
public void unsetMatchColumn (int columnIdx) throws SQLException
  Unsets the designated column as the match column for this RowSet object.
public void unsetMatchColumn (int[] columnIdxes) throws SQLException
  Unsets the designated columns as the match column for this RowSet object.
public void unsetMatchColumn (String columnName) throws SQLException
  Unsets the designated column as the match column for this RowSet object.
public void unsetMatchColumn (String columnName) throws SQLException
  Unsets the designated columns as the match columns for this RowSet object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar