| java.lang.Object com.caucho.ejb.ql.Expr com.caucho.ejb.ql.LiteralExpr
LiteralExpr | class LiteralExpr extends Expr (Code) | | Literal expression for EJB-QL.
|
LiteralExpr | LiteralExpr(String value, Class javaType)(Code) | | Creates a new literal expression.
Parameters: value - the string value of the literal Parameters: type - the java type of the literal |
generateWhere | void generateWhere(CharBuffer cb)(Code) | | Prints the where SQL for this expression
Parameters: gen - the java code generator |
printSelect | void printSelect(CharBuffer cb) throws ConfigException(Code) | | Prints the where SQL for this expression
Parameters: c - the java code generator |
|
|