Package | Description |
---|---|
com.caucho.amber.expr | |
com.caucho.amber.query |
Modifier and Type | Class and Description |
---|---|
class |
EqualJoinExpr
Links two tables by their key fields.
|
class |
ManyToOneJoinExpr
Links two tables.
|
class |
OneToManyJoinExpr
Joins two tables as "a.children".
|
Modifier and Type | Method and Description |
---|---|
AmberExpr |
AmberExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
KeyColumnExpr.replaceJoin(JoinExpr join)
Replaces linked join to eliminate a table.
|
AmberExpr |
BinaryExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
MemberExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
OrExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
EmptyExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
AndExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
InExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
IdExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
AbstractAmberExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
LikeExpr.replaceJoin(JoinExpr join)
Returns true if the expression uses the from item.
|
AmberExpr |
AmberColumnExpr.replaceJoin(JoinExpr join)
Replaces linked join to eliminate a table.
|
AmberExpr |
BooleanColumnExpr.replaceJoin(JoinExpr join)
Replaces linked join to eliminate a table.
|
Modifier and Type | Method and Description |
---|---|
JoinExpr |
FromItem.getJoinExpr()
Gets the join expr.
|
Modifier and Type | Method and Description |
---|---|
void |
FromItem.setJoinExpr(JoinExpr joinExpr)
Sets the join expr.
|