| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.CollectionExpr
CollectionExpr | class CollectionExpr extends Expr (Code) | | Expression representing the a collection specified in the FROM field,
e.g. FROM l in o.list
|
CollectionExpr | CollectionExpr(Query query, PathExpr base, String field, CmrRelation relation) throws ConfigException(Code) | | Creates a new field expression.
Parameters: base - the base expression Parameters: field - name of the field |
generateSelect | void generateSelect(CharBuffer cb)(Code) | | Prints the select SQL for this expression
Parameters: cb - the java code generator |
getComponentCount | int getComponentCount()(Code) | | |
getReturnEJB | String getReturnEJB()(Code) | | Returns the EJB name.
|
setUsesField | void setUsesField()(Code) | | |
|
|