borland Packages Class Hierarchy dx.sql.dataset Package
SQLToken interface
com.borland.dx.sql.dataset.SQLToken
About the SQLToken interface
Variables
This interface is used internally by other com.borland classes. You should never use this interface directly.
SQLToken variables
Variables defined in this interface
SQLToken variables
COMMENT
public static final int COMMENT = 11
This variable is used internally by other com.borland classes. You should never use this variable directly.
CONSTANT
public static final int CONSTANT = 3
This variable is used internally by other com.borland classes. You should never use this variable directly.
EXPRESSION
public static final int EXPRESSION = 6
This variable is used internally by other com.borland classes. You should never use this variable directly.
FIELD
public static final int FIELD = 2
This variable is used internally by other com.borland classes. You should never use this variable directly.
FROM
public static final int FROM = 7
This variable is used internally by other com.borland classes. You should never use this variable directly.
FUNCTION
public static final int FUNCTION = 5
This variable is used internally by other com.borland classes. You should never use this variable directly.
GROUP
public static final int GROUP = 13
This variable is used internally by other com.borland classes. You should never use this variable directly.
HAVING
public static final int HAVING = 14
This variable is used internally by other com.borland classes. You should never use this variable directly.
ORDER
public static final int ORDER = 15
This variable is used internally by other com.borland classes. You should never use this variable directly.
OTHER
public static final int OTHER = 12
This variable is used internally by other com.borland classes. You should never use this variable directly.
PARAMETER
public static final int PARAMETER = 10
This variable is used internally by other com.borland classes. You should never use this variable directly.
SELECT
public static final int SELECT = 1
This variable is used internally by other com.borland classes. You should never use this variable directly.
STRING
public static final int STRING = 4
This variable is used internally by other com.borland classes. You should never use this variable directly.
TABLE
public static final int TABLE = 8
This variable is used internally by other com.borland classes. You should never use this variable directly.
UNKNOWN
public static final int UNKNOWN = 0
This variable is used internally by other com.borland classes. You should never use this variable directly.
WHERE
public static final int WHERE = 9
This variable is used internally by other com.borland classes. You should never use this variable directly.