void addRowSet(RowSet rowset, int columnIdx) throws SQLException
Joinable.unsetMatchColumn(int)
void addRowSet(RowSet rowset, String columnName) throws SQLException
void addRowSet(Joinable rowset) throws SQLException
Joinable.setMatchColumn(int)
void addRowSet(RowSet[] rowset, int[] columnIdx) throws SQLException
void addRowSet(RowSet[] rowset, String[] columnName) throws SQLException
static final int CROSS_JOIN
static final int FULL_JOIN
int getJoinType() throws SQLException
setJoinType(int)
String[] getRowSetNames() throws SQLException
CachedRowSet.setTableName(java.lang.String)
Collection<?> getRowSets() throws SQLException
String getWhereClause() throws SQLException
static final int INNER_JOIN
static final int LEFT_OUTER_JOIN
static final int RIGHT_OUTER_JOIN
void setJoinType(int joinType) throws SQLException
getJoinType()
boolean supportsCrossJoin()
boolean supportsFullJoin()
boolean supportsInnerJoin()
boolean supportsLeftOuterJoin()
boolean supportsRightOuterJoin()
CachedRowSet toCachedRowSet() throws SQLException
SyncProvider
RowSet