org.outerj.daisy.query
Interface QueryParserConstants
- All Known Implementing Classes:
- QueryParser, QueryParserTokenManager
public interface QueryParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
NOTEQ
static final int NOTEQ
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
LTEQ
static final int LTEQ
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
GTEQ
static final int GTEQ
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
SUBSTRACT
static final int SUBSTRACT
- See Also:
- Constant Field Values
MULTIPLY
static final int MULTIPLY
- See Also:
- Constant Field Values
DIVIDE
static final int DIVIDE
- See Also:
- Constant Field Values
BETWEEN
static final int BETWEEN
- See Also:
- Constant Field Values
LIKE
static final int LIKE
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
SELECT
static final int SELECT
- See Also:
- Constant Field Values
ORDER_BY
static final int ORDER_BY
- See Also:
- Constant Field Values
ASC
static final int ASC
- See Also:
- Constant Field Values
DESC
static final int DESC
- See Also:
- Constant Field Values
LIMIT
static final int LIMIT
- See Also:
- Constant Field Values
WHERE
static final int WHERE
- See Also:
- Constant Field Values
IN_COLLECTION
static final int IN_COLLECTION
- See Also:
- Constant Field Values
FULL_TEXT
static final int FULL_TEXT
- See Also:
- Constant Field Values
LINKS_TO
static final int LINKS_TO
- See Also:
- Constant Field Values
LINKS_TO_VARIANT
static final int LINKS_TO_VARIANT
- See Also:
- Constant Field Values
LINKS_FROM
static final int LINKS_FROM
- See Also:
- Constant Field Values
LINKS_FROM_VARIANT
static final int LINKS_FROM_VARIANT
- See Also:
- Constant Field Values
IS_LINKED
static final int IS_LINKED
- See Also:
- Constant Field Values
IS_NOT_LINKED
static final int IS_NOT_LINKED
- See Also:
- Constant Field Values
HAS_PART_WITH_MIMETYPE
static final int HAS_PART_WITH_MIMETYPE
- See Also:
- Constant Field Values
HAS_PART
static final int HAS_PART
- See Also:
- Constant Field Values
DOES_NOT_HAVE_VARIANT
static final int DOES_NOT_HAVE_VARIANT
- See Also:
- Constant Field Values
OPTION
static final int OPTION
- See Also:
- Constant Field Values
IS_NULL
static final int IS_NULL
- See Also:
- Constant Field Values
IS_NOT_NULL
static final int IS_NOT_NULL
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
HAS_NONE
static final int HAS_NONE
- See Also:
- Constant Field Values
HAS_ALL
static final int HAS_ALL
- See Also:
- Constant Field Values
HAS_EXACTLY
static final int HAS_EXACTLY
- See Also:
- Constant Field Values
HAS_ANY
static final int HAS_ANY
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
NAME
static final int NAME
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
OTHERS
static final int OTHERS
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
FIELDNAME
static final int FIELDNAME
- See Also:
- Constant Field Values
PARTNAME
static final int PARTNAME
- See Also:
- Constant Field Values
CUSTOMFIELDNAME
static final int CUSTOMFIELDNAME
- See Also:
- Constant Field Values
LITERAL
static final int LITERAL
- See Also:
- Constant Field Values
TEXT
static final int TEXT
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage
Copyright © -2012 . All Rights Reserved.