public class CacheJoinFragment extends ANSIJoinFragment
FULL_JOIN, INNER_JOIN, LEFT_OUTER_JOIN, RIGHT_OUTER_JOIN| Constructor and Description |
|---|
CacheJoinFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJoin(String tableName,
String alias,
String[] fkColumns,
String[] pkColumns,
JoinType joinType,
String on)
Adds a join, represented by the given information, to the fragment.
|
addCondition, addCondition, addCondition, addCrossJoin, addFromFragmentString, addJoin, addJoins, copy, toFromFragmentString, toWhereFragmentStringaddCondition, addFragment, hasFilterCondition, hasThetaJoins, setHasFilterCondition, setHasThetaJoinspublic void addJoin(String tableName, String alias, String[] fkColumns, String[] pkColumns, JoinType joinType, String on)
ANSIJoinFragmentaddJoin in class ANSIJoinFragmenttableName - The name of the table being joined.alias - The alias applied to the table being joined.fkColumns - The columns (from the table being joined) used to define the join-restriction (the ON)pkColumns - The columns (from the table being joined to) used to define the join-restriction (the ON)joinType - The type of join to produce (INNER, etc).on - Any extra join restrictionsCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.