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