xmlBlaster 2.2.0 API

org.xmlBlaster.util.lexical
Class Sql92Symbols

java.lang.Object
  extended by org.xmlBlaster.util.lexical.Sql92Symbols

public class Sql92Symbols
extends java.lang.Object

CUP generated class containing symbol constants.


Field Summary
static int AND
           
static int BETWEEN
           
static int COMMA
           
static int DIFF
           
static int DIV
           
static int EOF
           
static int EQUAL
           
static int error
           
static int ESCAPE
           
static int GET
           
static int GT
           
static int IN
           
static int IS
           
static int L_BRACKET
           
static int LET
           
static int LIKE
           
static int LT
           
static int MINUS
           
static int NOT
           
static int NULL
           
static int NULL_OBJECT
           
static int NUMBER
           
static int OR
           
static int PLUS
           
static int R_BRACKET
           
static int REGEX
           
static int STRING
           
static int TIMES
           
static int UMINUS
           
 
Constructor Summary
Sql92Symbols()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMES

public static final int TIMES
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

IS

public static final int IS
See Also:
Constant Field Values

LT

public static final int LT
See Also:
Constant Field Values

PLUS

public static final int PLUS
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

EQUAL

public static final int EQUAL
See Also:
Constant Field Values

IN

public static final int IN
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

BETWEEN

public static final int BETWEEN
See Also:
Constant Field Values

GT

public static final int GT
See Also:
Constant Field Values

L_BRACKET

public static final int L_BRACKET
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

COMMA

public static final int COMMA
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

DIV

public static final int DIV
See Also:
Constant Field Values

MINUS

public static final int MINUS
See Also:
Constant Field Values

ESCAPE

public static final int ESCAPE
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

LET

public static final int LET
See Also:
Constant Field Values

REGEX

public static final int REGEX
See Also:
Constant Field Values

LIKE

public static final int LIKE
See Also:
Constant Field Values

R_BRACKET

public static final int R_BRACKET
See Also:
Constant Field Values

DIFF

public static final int DIFF
See Also:
Constant Field Values

NULL_OBJECT

public static final int NULL_OBJECT
See Also:
Constant Field Values

NULL

public static final int NULL
See Also:
Constant Field Values

GET

public static final int GET
See Also:
Constant Field Values

UMINUS

public static final int UMINUS
See Also:
Constant Field Values
Constructor Detail

Sql92Symbols

public Sql92Symbols()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.