| java.lang.Object com.caucho.amber.expr.AbstractAmberExpr com.caucho.amber.expr.JoinExpr com.caucho.amber.expr.ManyToOneJoinExpr
ManyToOneJoinExpr | public class ManyToOneJoinExpr extends JoinExpr (Code) | | Links two tables.
The parent table is "b" in "b.next".
The child table is "b.next"
The source is "b", i.e. the parent.
The target is "b.next", i.e. the child.
|
bindToFromItem | public boolean bindToFromItem()(Code) | | Binds the link to the from item.
|
equals | public boolean equals(Object o)(Code) | | Test for equality.
|
exists | public boolean exists(FromItem from)(Code) | | Returns true if the expression uses the from item.
|
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 target join clause.
|
getJoinTarget | public FromItem getJoinTarget()(Code) | | Returns the target join clause.
|
isBoolean | public boolean isBoolean()(Code) | | Returns true for a boolean expression.
|
isManyToMany | public boolean isManyToMany()(Code) | | Returns true for a many-to-many expression.
|
usesFrom | public boolean usesFrom(FromItem from, int type, boolean isNot)(Code) | | Returns true if the expression uses the from item.
|
|
|