| java.lang.Object com.caucho.amber.expr.AbstractAmberExpr com.caucho.amber.expr.JoinExpr com.caucho.amber.expr.OneToManyJoinExpr
OneToManyJoinExpr | public class OneToManyJoinExpr extends JoinExpr (Code) | | Joins two tables as "a.children".
|
bindToFromItem | public boolean bindToFromItem()(Code) | | Binds the link to the from item.
|
equals | public boolean equals(Object o)(Code) | | Test for equality.
|
generateHaving | public void generateHaving(CharBuffer cb)(Code) | | Generates the having expression.
|
generateJoin | public void generateJoin(CharBuffer cb)(Code) | | Generates the where expression.
|
generateUpdateWhere | public void generateUpdateWhere(CharBuffer cb)(Code) | | Generates the (update) where expression.
|
generateWhere | public void generateWhere(CharBuffer cb)(Code) | | Generates the where expression.
|
getJoinParent | public FromItem getJoinParent()(Code) | | Returns the parent join clause, i.e. the first in the FROM order.
FROM o, o.children
|
getJoinTarget | public FromItem getJoinTarget()(Code) | | Returns the target join clause.
|
getWhere | public AmberExpr getWhere()(Code) | | Returns the where clause once the parent is removed
|
isBoolean | public boolean isBoolean()(Code) | | Returns true for a boolean expression.
|
|
|