| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.FunExpr
FunExpr | public class FunExpr extends Expr (Code) | | A builtin SQL function expression
|
evalTypes | void evalTypes() throws ConfigException(Code) | | Evaluates the types for the expression
|
generateSelect | void generateSelect(CharBuffer cb)(Code) | | Prints the select SQL for this expression
Parameters: gen - the java code generator |
generateWhere | void generateWhere(CharBuffer cb)(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
generateWhereSQL | void generateWhereSQL(CharBuffer cb, String sql)(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
toString | public String toString()(Code) | | Returns a printable version of the function.
|
|
|