| |
|
| java.lang.Object com.caucho.ejb.ql.Query
All known Subclasses: com.caucho.ejb.ql.QLParser,
Query | class Query (Code) | | A select/find query
|
BETWEEN | final static int BETWEEN(Code) | | |
DESC | final static int DESC(Code) | | |
DISTINCT | final static int DISTINCT(Code) | | |
DOUBLE | final static int DOUBLE(Code) | | |
EMPTY | final static int EMPTY(Code) | | |
ESCAPE | final static int ESCAPE(Code) | | |
EXTERNAL_DOT | final static int EXTERNAL_DOT(Code) | | |
FALSE | final static int FALSE(Code) | | |
FROM | final static int FROM(Code) | | |
IDENTIFIER | final static int IDENTIFIER(Code) | | |
INTEGER | final static int INTEGER(Code) | | |
LIKE | final static int LIKE(Code) | | |
LIMIT | final static int LIMIT(Code) | | |
LONG | final static int LONG(Code) | | |
MEMBER | final static int MEMBER(Code) | | |
NULL | final static int NULL(Code) | | |
OFFSET | final static int OFFSET(Code) | | |
ORDER | final static int ORDER(Code) | | |
SELECT | final static int SELECT(Code) | | |
STRING | final static int STRING(Code) | | |
THIS | final static int THIS(Code) | | |
TRUE | final static int TRUE(Code) | | |
UNKNOWN | final static int UNKNOWN(Code) | | |
WHERE | final static int WHERE(Code) | | |
error | public ConfigException error(String msg)(Code) | | Creates an error.
|
getArgIndex | public int getArgIndex(int index)(Code) | | Sets the number of sub-arguments for an arg.
|
setArgSize | public void setArgSize(int index, int size)(Code) | | Sets the number of sub-arguments for an arg.
|
|
|
|