dsql.parser
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
- public interface ParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
XMLENTITY
public static final int XMLENTITY
- See Also:
- Constant Field Values
XMLETAGOPEN
public static final int XMLETAGOPEN
- See Also:
- Constant Field Values
XMLSTAGOPEN
public static final int XMLSTAGOPEN
- See Also:
- Constant Field Values
VARIABLE
public static final int VARIABLE
- See Also:
- Constant Field Values
DOTATEXP
public static final int DOTATEXP
- See Also:
- Constant Field Values
DOTEXP
public static final int DOTEXP
- See Also:
- Constant Field Values
INDEXINT
public static final int INDEXINT
- See Also:
- Constant Field Values
INDEXVAR
public static final int INDEXVAR
- See Also:
- Constant Field Values
XMLTEXT
public static final int XMLTEXT
- See Also:
- Constant Field Values
XMLSPECIALCHAR
public static final int XMLSPECIALCHAR
- See Also:
- Constant Field Values
XMLSQLQUOTE
public static final int XMLSQLQUOTE
- See Also:
- Constant Field Values
AXMLTAG
public static final int AXMLTAG
- See Also:
- Constant Field Values
INVALIDTAG
public static final int INVALIDTAG
- See Also:
- Constant Field Values
XMLDQSTART
public static final int XMLDQSTART
- See Also:
- Constant Field Values
XMLDQEND
public static final int XMLDQEND
- See Also:
- Constant Field Values
XMLDQSTRING
public static final int XMLDQSTRING
- See Also:
- Constant Field Values
XMLDQSPECIAL
public static final int XMLDQSPECIAL
- See Also:
- Constant Field Values
XMLATTR
public static final int XMLATTR
- See Also:
- Constant Field Values
XMLEMPTYTAGCLOSE
public static final int XMLEMPTYTAGCLOSE
- See Also:
- Constant Field Values
XMLTAGCLOSE
public static final int XMLTAGCLOSE
- See Also:
- Constant Field Values
DOTDOT
public static final int DOTDOT
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
OPENBRACKET
public static final int OPENBRACKET
- See Also:
- Constant Field Values
CLOSEBRACKET
public static final int CLOSEBRACKET
- See Also:
- Constant Field Values
OPENSQUAREBRACKET
public static final int OPENSQUAREBRACKET
- See Also:
- Constant Field Values
CLOSESQUAREBRACKET
public static final int CLOSESQUAREBRACKET
- See Also:
- Constant Field Values
DQUOTESTART
public static final int DQUOTESTART
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
NOTEQUALS
public static final int NOTEQUALS
- See Also:
- Constant Field Values
STRCONCAT
public static final int STRCONCAT
- See Also:
- Constant Field Values
STRCONCAT_DEP
public static final int STRCONCAT_DEP
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
TO
public static final int TO
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LTE
public static final int LTE
- See Also:
- Constant Field Values
GTE
public static final int GTE
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
ALL
public static final int ALL
- See Also:
- Constant Field Values
CSV
public static final int CSV
- See Also:
- Constant Field Values
NEW
public static final int NEW
- See Also:
- Constant Field Values
DEL
public static final int DEL
- See Also:
- Constant Field Values
UPD
public static final int UPD
- See Also:
- Constant Field Values
XML
public static final int XML
- See Also:
- Constant Field Values
FILE
public static final int FILE
- See Also:
- Constant Field Values
DIFF
public static final int DIFF
- See Also:
- Constant Field Values
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
INTO
public static final int INTO
- See Also:
- Constant Field Values
TABLE
public static final int TABLE
- See Also:
- Constant Field Values
PRINT
public static final int PRINT
- See Also:
- Constant Field Values
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
EXISTS
public static final int EXISTS
- See Also:
- Constant Field Values
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
APPEND
public static final int APPEND
- See Also:
- Constant Field Values
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
VALUES
public static final int VALUES
- See Also:
- Constant Field Values
LEN
public static final int LEN
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
UNION
public static final int UNION
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
INTER
public static final int INTER
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
UPDATE
public static final int UPDATE
- See Also:
- Constant Field Values
CURRENT
public static final int CURRENT
- See Also:
- Constant Field Values
PRINTLN
public static final int PRINTLN
- See Also:
- Constant Field Values
NOHEADER
public static final int NOHEADER
- See Also:
- Constant Field Values
SENDEMAIL
public static final int SENDEMAIL
- See Also:
- Constant Field Values
SUBSTRING
public static final int SUBSTRING
- See Also:
- Constant Field Values
SUB
public static final int SUB
- See Also:
- Constant Field Values
INTERSECT
public static final int INTERSECT
- See Also:
- Constant Field Values
ALLRESULTS
public static final int ALLRESULTS
- See Also:
- Constant Field Values
META
public static final int META
- See Also:
- Constant Field Values
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
FOREACH
public static final int FOREACH
- See Also:
- Constant Field Values
SYSDATE
public static final int SYSDATE
- See Also:
- Constant Field Values
COLUMNLIT
public static final int COLUMNLIT
- See Also:
- Constant Field Values
FLOATLIT
public static final int FLOATLIT
- See Also:
- Constant Field Values
INTLIT
public static final int INTLIT
- See Also:
- Constant Field Values
PLUSSIGN
public static final int PLUSSIGN
- See Also:
- Constant Field Values
MINUSSIGN
public static final int MINUSSIGN
- See Also:
- Constant Field Values
MULTSIGN
public static final int MULTSIGN
- See Also:
- Constant Field Values
DIVSIGN
public static final int DIVSIGN
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
SCRIPTSTRING
public static final int SCRIPTSTRING
- See Also:
- Constant Field Values
ESCDQSTRING
public static final int ESCDQSTRING
- See Also:
- Constant Field Values
DQUOTEEND
public static final int DQUOTEEND
- See Also:
- Constant Field Values
SCRIPTDQSTRING
public static final int SCRIPTDQSTRING
- See Also:
- Constant Field Values
SCRIPTDQSPECIAL
public static final int SCRIPTDQSPECIAL
- See Also:
- Constant Field Values
LINECMNT
public static final int LINECMNT
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
XMLTAGATTR
public static final int XMLTAGATTR
- See Also:
- Constant Field Values
XMLTAG
public static final int XMLTAG
- See Also:
- Constant Field Values
XMLTAGNAME
public static final int XMLTAGNAME
- See Also:
- Constant Field Values
XMLSTRINGSTATE
public static final int XMLSTRINGSTATE
- See Also:
- Constant Field Values
SCRIPTDQSTRINGSTATE
public static final int SCRIPTDQSTRINGSTATE
- See Also:
- Constant Field Values
XMLCOMMENT
public static final int XMLCOMMENT
- See Also:
- Constant Field Values
XMLPI
public static final int XMLPI
- See Also:
- Constant Field Values
SCRIPTSTRINGSTATE
public static final int SCRIPTSTRINGSTATE
- See Also:
- Constant Field Values
SCRIPTCOMMENT
public static final int SCRIPTCOMMENT
- See Also:
- Constant Field Values
SCRIPTLINECOMMENT
public static final int SCRIPTLINECOMMENT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage