| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlsqlTokens
The PlsqlTokens interface defines the constants for the
 various tokens of the Plsql Language.
LexerToken, 
PlsqlLexer| Field Summary | |
|---|---|
static int | 
TK_ASG
Constant for the (:=) assignment delimiter.  | 
static int | 
TK_ASSOC
Constant for the (=>) association delimiter.  | 
static int | 
TK_AT
Constant for the (@) at delimiter.  | 
static int | 
TK_ATTRIBUTE
Constant for the (%) attribute delimiter.  | 
static int | 
TK_BOOLEAN_LITERAL
Constant for boolean (true, false) literals.  | 
static int | 
TK_CHAR_LITERAL
Constant for character literals.  | 
static int | 
TK_COLON
Constant for the (:) colon delimiter.  | 
static int | 
TK_COMMA
Constant for the (,) comma delimiter.  | 
static int | 
TK_CONCAT
Constant for the (||) concatenation delimiter.  | 
static int | 
TK_DIV
Constant for the (/) divide delimiter.  | 
static int | 
TK_DOT
Constant for the (.) dot delimiter.  | 
static int | 
TK_EQ
Constant for the (=) equal-to delimiter.  | 
static int | 
TK_EXPONENT
Constant for the (**) exponent delimiter.  | 
static int | 
TK_FLOAT_LITERAL
Constant for floating point literals.  | 
static int | 
TK_GE
Constant for the (>=) greater-than-or-equal delimiter.  | 
static int | 
TK_GT
Constant for the (>) greater-than delimiter.  | 
static int | 
TK_IDENTIFIER
Constant for an identifier which is not a literal or a PL/SQL reserved word.  | 
static int | 
TK_INT_LITERAL
Constant for integer literals.  | 
static int | 
TK_INVALID
Constant for an unknown character  | 
static int | 
TK_LE
Constant for the (<=) less-than-or-equal delimiter.  | 
static int | 
TK_LLABEL
Constant for the (<<) left-label delimiter.  | 
static int | 
TK_LPAREN
Constant for the (() left-paren delimiter.  | 
static int | 
TK_LT
Constant for the (<) less-than delimiter.  | 
static int | 
TK_MINUS
Constant for the (-) minus delimiter.  | 
static int | 
TK_MUL
Constant for the (*) multiply delimiter.  | 
static int | 
TK_MULTI_COMMENT
Constant for a PL/SQL multi-line comment.  | 
static int | 
TK_NE
Constant for the not-equal delimiters (<>,!=,~=,^=).  | 
static int | 
TK_NULL_LITERAL
Constant for the null literal.  | 
static int | 
TK_OUTERJOIN
Constant for the (+) SQL outer-join.  | 
static int | 
TK_PLUS
Constant for the (+) plus delimiter.  | 
static int | 
TK_QUOTED_IDENTIFIER
Constant for quoted identifiers.  | 
static int | 
TK_RANGE
Constant for the (..) range delimiter.  | 
static int | 
TK_RLABEL
Constant for the (>>) right-label delimiter.  | 
static int | 
TK_RPAREN
Constant for the ()) right-paren delimiter.  | 
static int | 
TK_SEMI
Constant for the (;) semicolon delimiter.  | 
static int | 
TK_SINGLE_COMMENT
Constant for a PL/SQL single-line comment.  | 
static int | 
TKKW_ALL
Constant for the PL/SQL reserved word "all".  | 
static int | 
TKKW_ALTER
Constant for the PL/SQL reserved word "alter".  | 
static int | 
TKKW_AND
Constant for the PL/SQL reserved word "and".  | 
static int | 
TKKW_ANY
Constant for the PL/SQL reserved word "any".  | 
static int | 
TKKW_ARRAY
Constant for the PL/SQL reserved word "array".  | 
static int | 
TKKW_AS
Constant for the PL/SQL reserved word "as".  | 
static int | 
TKKW_ASC
Constant for the PL/SQL reserved word "asc".  | 
static int | 
TKKW_AT
Constant for the PL/SQL reserved word "at".  | 
static int | 
TKKW_AUTHID
Constant for the PL/SQL reserved word "authid".  | 
static int | 
TKKW_AVG
Constant for the PL/SQL reserved word "avg".  | 
static int | 
TKKW_BEGIN
Constant for the PL/SQL reserved word "begin".  | 
static int | 
TKKW_BETWEEN
Constant for the PL/SQL reserved word "between".  | 
static int | 
TKKW_BFILE
Constant for the PL/SQL keyword "bfile".  | 
static int | 
TKKW_BINARY_INTEGER
Constant for the PL/SQL reserved word "binary_integer".  | 
static int | 
TKKW_BLOB
Constant for the PL/SQL keyword "blob".  | 
static int | 
TKKW_BODY
Constant for the PL/SQL reserved word "body".  | 
static int | 
TKKW_BOOLEAN
Constant for the PL/SQL reserved word "boolean".  | 
static int | 
TKKW_BULK
Constant for the PL/SQL reserved word "bulk".  | 
static int | 
TKKW_BY
Constant for the PL/SQL reserved word "by".  | 
static int | 
TKKW_CASE
Constant for the PL/SQL keyword "case".  | 
static int | 
TKKW_CHAR
Constant for the PL/SQL reserved word "char".  | 
static int | 
TKKW_CHAR_BASE
Constant for the PL/SQL reserved word "char_BASE".  | 
static int | 
TKKW_CHECK
Constant for the PL/SQL reserved word "check".  | 
static int | 
TKKW_CLOB
Constant for the PL/SQL keyword "clob".  | 
static int | 
TKKW_CLOSE
Constant for the PL/SQL reserved word "close".  | 
static int | 
TKKW_CLUSTER
Constant for the PL/SQL reserved word "cluster".  | 
static int | 
TKKW_COALESCE
Constant for the PL/SQL keyword "coalesce".  | 
static int | 
TKKW_COLLECT
Constant for the PL/SQL reserved word "collect".  | 
static int | 
TKKW_COMMENT
Constant for the PL/SQL reserved word "comment".  | 
static int | 
TKKW_COMMIT
Constant for the PL/SQL reserved word "commit".  | 
static int | 
TKKW_COMPRESS
Constant for the PL/SQL reserved word "compress".  | 
static int | 
TKKW_CONNECT
Constant for the PL/SQL reserved word "connect".  | 
static int | 
TKKW_CONSTANT
Constant for the PL/SQL reserved word "constant".  | 
static int | 
TKKW_CREATE
Constant for the PL/SQL reserved word "create".  | 
static int | 
TKKW_CURRENT
Constant for the PL/SQL reserved word "current".  | 
static int | 
TKKW_CURRVAL
Constant for the PL/SQL reserved word "currval".  | 
static int | 
TKKW_CURSOR
Constant for the PL/SQL reserved word "cursor".  | 
static int | 
TKKW_DATE
Constant for the PL/SQL reserved word "date".  | 
static int | 
TKKW_DAY
Constant for the PL/SQL reserved word "day".  | 
static int | 
TKKW_DEC
Constant for the PL/SQL keyword "dec".  | 
static int | 
TKKW_DECIMAL
Constant for the PL/SQL reserved word "decimal".  | 
static int | 
TKKW_DECLARE
Constant for the PL/SQL reserved word "declare".  | 
static int | 
TKKW_DEFAULT
Constant for the PL/SQL reserved word "default".  | 
static int | 
TKKW_DELETE
Constant for the PL/SQL reserved word "delete".  | 
static int | 
TKKW_DESC
Constant for the PL/SQL reserved word "desc".  | 
static int | 
TKKW_DISTINCT
Constant for the PL/SQL reserved word "distinct".  | 
static int | 
TKKW_DO
Constant for the PL/SQL reserved word "do".  | 
static int | 
TKKW_DROP
Constant for the PL/SQL reserved word "drop".  | 
static int | 
TKKW_ELSE
Constant for the PL/SQL reserved word "else".  | 
static int | 
TKKW_ELSIF
Constant for the PL/SQL reserved word "elsif".  | 
static int | 
TKKW_END
Constant for the PL/SQL reserved word "end".  | 
static int | 
TKKW_EXCEPTION
Constant for the PL/SQL reserved word "exception".  | 
static int | 
TKKW_EXCLUSIVE
Constant for the PL/SQL reserved word "exclusive".  | 
static int | 
TKKW_EXECUTE
Constant for the PL/SQL reserved word "execute".  | 
static int | 
TKKW_EXISTS
Constant for the PL/SQL reserved word "exists".  | 
static int | 
TKKW_EXIT
Constant for the PL/SQL reserved word "exit".  | 
static int | 
TKKW_EXTENDS
Constant for the PL/SQL reserved word "extends".  | 
static int | 
TKKW_EXTRACT
Constant for the PL/SQL keyword "extract".  | 
static int | 
TKKW_FALSE
Constant for the PL/SQL reserved word "false".  | 
static int | 
TKKW_FETCH
Constant for the PL/SQL reserved word "fetch".  | 
static int | 
TKKW_FLOAT
Constant for the PL/SQL reserved word "float".  | 
static int | 
TKKW_FOR
Constant for the PL/SQL reserved word "for".  | 
static int | 
TKKW_FORALL
Constant for the PL/SQL reserved word "forall".  | 
static int | 
TKKW_FROM
Constant for the PL/SQL reserved word "from".  | 
static int | 
TKKW_FUNCTION
Constant for the PL/SQL reserved word "function".  | 
static int | 
TKKW_GOTO
Constant for the PL/SQL reserved word "goto".  | 
static int | 
TKKW_GROUP
Constant for the PL/SQL reserved word "group".  | 
static int | 
TKKW_HAVING
Constant for the PL/SQL reserved word "having".  | 
static int | 
TKKW_HEAP
Constant for the PL/SQL reserved word "heap".  | 
static int | 
TKKW_HOUR
Constant for the PL/SQL reserved word "hour".  | 
static int | 
TKKW_IF
Constant for the PL/SQL reserved word "if".  | 
static int | 
TKKW_IMMEDIATE
Constant for the PL/SQL reserved word "immediate".  | 
static int | 
TKKW_IN
Constant for the PL/SQL reserved word "in".  | 
static int | 
TKKW_INDEX
Constant for the PL/SQL reserved word "index".  | 
static int | 
TKKW_INDICATOR
Constant for the PL/SQL reserved word "indicator".  | 
static int | 
TKKW_INSERT
Constant for the PL/SQL reserved word "insert".  | 
static int | 
TKKW_INTEGER
Constant for the PL/SQL reserved word "integer".  | 
static int | 
TKKW_INTERFACE
Constant for the PL/SQL reserved word "interface".  | 
static int | 
TKKW_INTERSECT
Constant for the PL/SQL reserved word "intersect".  | 
static int | 
TKKW_INTERVAL
Constant for the PL/SQL reserved word "interval".  | 
static int | 
TKKW_INTO
Constant for the PL/SQL reserved word "into".  | 
static int | 
TKKW_IS
Constant for the PL/SQL reserved word "is".  | 
static int | 
TKKW_ISOLATION
Constant for the PL/SQL reserved word "isolation".  | 
static int | 
TKKW_JAVA
Constant for the PL/SQL reserved word "java".  | 
static int | 
TKKW_LEVEL
Constant for the PL/SQL reserved word "level".  | 
static int | 
TKKW_LIKE
Constant for the PL/SQL reserved word "like".  | 
static int | 
TKKW_LIMITED
Constant for the PL/SQL reserved word "limited".  | 
static int | 
TKKW_LOCK
Constant for the PL/SQL reserved word "lock".  | 
static int | 
TKKW_LONG
Constant for the PL/SQL reserved word "long".  | 
static int | 
TKKW_LOOP
Constant for the PL/SQL reserved word "loop".  | 
static int | 
TKKW_MAX
Constant for the PL/SQL reserved word "max".  | 
static int | 
TKKW_MIN
Constant for the PL/SQL reserved word "min".  | 
static int | 
TKKW_MINUS
Constant for the PL/SQL reserved word "minus".  | 
static int | 
TKKW_MINUTE
Constant for the PL/SQL reserved word "minute".  | 
static int | 
TKKW_MLSLABEL
Constant for the PL/SQL reserved word "mlslabel".  | 
static int | 
TKKW_MOD
Constant for the PL/SQL reserved word "mod".  | 
static int | 
TKKW_MODE
Constant for the PL/SQL reserved word "mode".  | 
static int | 
TKKW_MONTH
Constant for the PL/SQL reserved word "month".  | 
static int | 
TKKW_NATURAL
Constant for the PL/SQL reserved word "natural".  | 
static int | 
TKKW_NATURALN
Constant for the PL/SQL reserved word "naturaln".  | 
static int | 
TKKW_NCHAR
Constant for the PL/SQL keyword "nchar".  | 
static int | 
TKKW_NCLOB
Constant for the PL/SQL keyword "nclob".  | 
static int | 
TKKW_NEW
Constant for the PL/SQL reserved word "new".  | 
static int | 
TKKW_NEXTVAL
Constant for the PL/SQL reserved word "nextval".  | 
static int | 
TKKW_NOCOPY
Constant for the PL/SQL reserved word "nocopy".  | 
static int | 
TKKW_NOT
Constant for the PL/SQL reserved word "not".  | 
static int | 
TKKW_NOWAIT
Constant for the PL/SQL reserved word "nowait".  | 
static int | 
TKKW_NULL
Constant for the PL/SQL reserved word "null".  | 
static int | 
TKKW_NULLIF
Constant for the PL/SQL keyword "nullif".  | 
static int | 
TKKW_NUMBER
Constant for the PL/SQL reserved word "number".  | 
static int | 
TKKW_NUMBER_BASE
Constant for the PL/SQL reserved word "number_BASE".  | 
static int | 
TKKW_NUMERIC
Constant for the PL/SQL keyword "numeric".  | 
static int | 
TKKW_NVARCHAR2
Constant for the PL/SQL keyword "nvarchar2".  | 
static int | 
TKKW_OCIROWID
Constant for the PL/SQL reserved word "ocirowid".  | 
static int | 
TKKW_OF
Constant for the PL/SQL reserved word "of".  | 
static int | 
TKKW_ON
Constant for the PL/SQL reserved word "on".  | 
static int | 
TKKW_OPAQUE
Constant for the PL/SQL reserved word "opaque".  | 
static int | 
TKKW_OPEN
Constant for the PL/SQL reserved word "open".  | 
static int | 
TKKW_OPERATOR
Constant for the PL/SQL reserved word "operator".  | 
static int | 
TKKW_OPTION
Constant for the PL/SQL reserved word "option".  | 
static int | 
TKKW_OR
Constant for the PL/SQL reserved word "or".  | 
static int | 
TKKW_ORDER
Constant for the PL/SQL reserved word "order".  | 
static int | 
TKKW_ORGANIZATION
Constant for the PL/SQL reserved word "organization".  | 
static int | 
TKKW_OTHERS
Constant for the PL/SQL reserved word "others".  | 
static int | 
TKKW_OUT
Constant for the PL/SQL reserved word "out".  | 
static int | 
TKKW_PACKAGE
Constant for the PL/SQL reserved word "package".  | 
static int | 
TKKW_PARTITION
Constant for the PL/SQL reserved word "partition".  | 
static int | 
TKKW_PCTFREE
Constant for the PL/SQL reserved word "pctfree".  | 
static int | 
TKKW_PLS_INTEGER
Constant for the PL/SQL reserved word "pls_integer".  | 
static int | 
TKKW_POSITIVE
Constant for the PL/SQL reserved word "positive".  | 
static int | 
TKKW_POSITIVEN
Constant for the PL/SQL reserved word "positiven".  | 
static int | 
TKKW_PRAGMA
Constant for the PL/SQL reserved word "pragma".  | 
static int | 
TKKW_PRIOR
Constant for the PL/SQL reserved word "prior".  | 
static int | 
TKKW_PRIVATE
Constant for the PL/SQL reserved word "private".  | 
static int | 
TKKW_PROCEDURE
Constant for the PL/SQL reserved word "procedure".  | 
static int | 
TKKW_PUBLIC
Constant for the PL/SQL reserved word "public".  | 
static int | 
TKKW_RAISE
Constant for the PL/SQL reserved word "raise".  | 
static int | 
TKKW_RANGE
Constant for the PL/SQL reserved word "range".  | 
static int | 
TKKW_RAW
Constant for the PL/SQL reserved word "raw".  | 
static int | 
TKKW_REAL
Constant for the PL/SQL reserved word "real".  | 
static int | 
TKKW_RECORD
Constant for the PL/SQL reserved word "record".  | 
static int | 
TKKW_REF
Constant for the PL/SQL reserved word "ref".  | 
static int | 
TKKW_RELEASE
Constant for the PL/SQL reserved word "release".  | 
static int | 
TKKW_RETURN
Constant for the PL/SQL reserved word "return".  | 
static int | 
TKKW_REVERSE
Constant for the PL/SQL reserved word "reverse".  | 
static int | 
TKKW_ROLLBACK
Constant for the PL/SQL reserved word "rollback".  | 
static int | 
TKKW_ROW
Constant for the PL/SQL reserved word "row".  | 
static int | 
TKKW_ROWID
Constant for the PL/SQL reserved word "rowid".  | 
static int | 
TKKW_ROWNUM
Constant for the PL/SQL reserved word "rownum".  | 
static int | 
TKKW_ROWTYPE
Constant for the PL/SQL reserved word "rowtype".  | 
static int | 
TKKW_SAVEPOINT
Constant for the PL/SQL reserved word "savepoint".  | 
static int | 
TKKW_SECOND
Constant for the PL/SQL reserved word "second".  | 
static int | 
TKKW_SELECT
Constant for the PL/SQL reserved word "select".  | 
static int | 
TKKW_SEPARATE
Constant for the PL/SQL reserved word "separate".  | 
static int | 
TKKW_SET
Constant for the PL/SQL reserved word "set".  | 
static int | 
TKKW_SHARE
Constant for the PL/SQL reserved word "share".  | 
static int | 
TKKW_SMALLINT
Constant for the PL/SQL reserved word "smallint".  | 
static int | 
TKKW_SPACE
Constant for the PL/SQL reserved word "space".  | 
static int | 
TKKW_SQL
Constant for the PL/SQL reserved word "sql".  | 
static int | 
TKKW_SQLCODE
Constant for the PL/SQL reserved word "sqlcode".  | 
static int | 
TKKW_SQLERRM
Constant for the PL/SQL reserved word "sqlerrm".  | 
static int | 
TKKW_START
Constant for the PL/SQL reserved word "start".  | 
static int | 
TKKW_STDDEV
Constant for the PL/SQL reserved word "stddev".  | 
static int | 
TKKW_SUBTYPE
Constant for the PL/SQL reserved word "subtype".  | 
static int | 
TKKW_SUCCESSFUL
Constant for the PL/SQL reserved word "successful".  | 
static int | 
TKKW_SUM
Constant for the PL/SQL reserved word "sum".  | 
static int | 
TKKW_SYNONYM
Constant for the PL/SQL reserved word "synonym".  | 
static int | 
TKKW_SYSDATE
Constant for the PL/SQL reserved word "sysdate".  | 
static int | 
TKKW_TABLE
Constant for the PL/SQL reserved word "table".  | 
static int | 
TKKW_THEN
Constant for the PL/SQL reserved word "then".  | 
static int | 
TKKW_TIME
Constant for the PL/SQL reserved word "time".  | 
static int | 
TKKW_TIMESTAMP
Constant for the PL/SQL reserved word "timestamp".  | 
static int | 
TKKW_TIMEZONE_ABBR
Constant for the PL/SQL keyword "timezone_abbr".  | 
static int | 
TKKW_TIMEZONE_HOUR
Constant for the PL/SQL keyword "timezone_hour".  | 
static int | 
TKKW_TIMEZONE_MINUTE
Constant for the PL/SQL keyword "timezone_minute".  | 
static int | 
TKKW_TIMEZONE_REGION
Constant for the PL/SQL keyword "timezone_region".  | 
static int | 
TKKW_TO
Constant for the PL/SQL reserved word "to".  | 
static int | 
TKKW_TRIGGER
Constant for the PL/SQL reserved word "trigger".  | 
static int | 
TKKW_TRUE
Constant for the PL/SQL reserved word "true".  | 
static int | 
TKKW_TYPE
Constant for the PL/SQL reserved word "type".  | 
static int | 
TKKW_UID
Constant for the PL/SQL reserved word "uid".  | 
static int | 
TKKW_UNION
Constant for the PL/SQL reserved word "union".  | 
static int | 
TKKW_UNIQUE
Constant for the PL/SQL reserved word "unique".  | 
static int | 
TKKW_UPDATE
Constant for the PL/SQL reserved word "update".  | 
static int | 
TKKW_USE
Constant for the PL/SQL reserved word "use".  | 
static int | 
TKKW_USER
Constant for the PL/SQL reserved word "user".  | 
static int | 
TKKW_VALIDATE
Constant for the PL/SQL reserved word "validate".  | 
static int | 
TKKW_VALUES
Constant for the PL/SQL reserved word "values".  | 
static int | 
TKKW_VARCHAR
Constant for the PL/SQL reserved word "varchar".  | 
static int | 
TKKW_VARCHAR2
Constant for the PL/SQL reserved word "varchar2".  | 
static int | 
TKKW_VARIANCE
Constant for the PL/SQL reserved word "variance".  | 
static int | 
TKKW_VIEW
Constant for the PL/SQL reserved word "view".  | 
static int | 
TKKW_WHEN
Constant for the PL/SQL reserved word "when".  | 
static int | 
TKKW_WHENEVER
Constant for the PL/SQL reserved word "whenever".  | 
static int | 
TKKW_WHERE
Constant for the PL/SQL reserved word "where".  | 
static int | 
TKKW_WHILE
Constant for the PL/SQL reserved word "while".  | 
static int | 
TKKW_WITH
Constant for the PL/SQL reserved word "with".  | 
static int | 
TKKW_WORK
Constant for the PL/SQL reserved word "work".  | 
static int | 
TKKW_WRITE
Constant for the PL/SQL reserved word "write".  | 
static int | 
TKKW_YEAR
Constant for the PL/SQL reserved word "year".  | 
static int | 
TKKW_ZONE
Constant for the PL/SQL reserved word "zone".  | 
| Field Detail | 
|---|
static final int TK_IDENTIFIER
static final int TK_QUOTED_IDENTIFIER
static final int TK_INVALID
static final int TK_INT_LITERAL
static final int TK_FLOAT_LITERAL
static final int TK_BOOLEAN_LITERAL
static final int TK_CHAR_LITERAL
static final int TK_NULL_LITERAL
static final int TK_SINGLE_COMMENT
static final int TK_MULTI_COMMENT
static final int TK_PLUS
static final int TK_ATTRIBUTE
static final int TK_DOT
static final int TK_DIV
static final int TK_LPAREN
static final int TK_RPAREN
static final int TK_COLON
static final int TK_COMMA
static final int TK_MUL
static final int TK_AT
static final int TK_SEMI
static final int TK_MINUS
static final int TK_ASG
static final int TK_ASSOC
static final int TK_CONCAT
static final int TK_EXPONENT
static final int TK_LLABEL
static final int TK_RLABEL
static final int TK_RANGE
static final int TK_EQ
static final int TK_LT
static final int TK_GT
static final int TK_NE
static final int TK_LE
static final int TK_GE
static final int TK_OUTERJOIN
static final int TKKW_ALL
static final int TKKW_ALTER
static final int TKKW_AND
static final int TKKW_ANY
static final int TKKW_ARRAY
static final int TKKW_AS
static final int TKKW_ASC
static final int TKKW_AT
static final int TKKW_AUTHID
static final int TKKW_AVG
static final int TKKW_BEGIN
static final int TKKW_BETWEEN
static final int TKKW_BINARY_INTEGER
static final int TKKW_BODY
static final int TKKW_BOOLEAN
static final int TKKW_BULK
static final int TKKW_BY
static final int TKKW_CHAR
static final int TKKW_CHAR_BASE
static final int TKKW_CHECK
static final int TKKW_CLOSE
static final int TKKW_CLUSTER
static final int TKKW_COLLECT
static final int TKKW_COMMENT
static final int TKKW_COMMIT
static final int TKKW_COMPRESS
static final int TKKW_CONNECT
static final int TKKW_CONSTANT
static final int TKKW_CREATE
static final int TKKW_CURRENT
static final int TKKW_CURRVAL
static final int TKKW_CURSOR
static final int TKKW_DATE
static final int TKKW_DAY
static final int TKKW_DECLARE
static final int TKKW_DECIMAL
static final int TKKW_DEFAULT
static final int TKKW_DELETE
static final int TKKW_DESC
static final int TKKW_DISTINCT
static final int TKKW_DO
static final int TKKW_DROP
static final int TKKW_ELSE
static final int TKKW_ELSIF
static final int TKKW_END
static final int TKKW_EXCEPTION
static final int TKKW_EXCLUSIVE
static final int TKKW_EXECUTE
static final int TKKW_EXISTS
static final int TKKW_EXIT
static final int TKKW_EXTENDS
static final int TKKW_FALSE
static final int TKKW_FETCH
static final int TKKW_FLOAT
static final int TKKW_FOR
static final int TKKW_FORALL
static final int TKKW_FROM
static final int TKKW_FUNCTION
static final int TKKW_GOTO
static final int TKKW_GROUP
static final int TKKW_HAVING
static final int TKKW_HEAP
static final int TKKW_HOUR
static final int TKKW_IF
static final int TKKW_IMMEDIATE
static final int TKKW_IN
static final int TKKW_INDEX
static final int TKKW_INDICATOR
static final int TKKW_INSERT
static final int TKKW_INTEGER
static final int TKKW_INTERFACE
static final int TKKW_INTERSECT
static final int TKKW_INTERVAL
static final int TKKW_INTO
static final int TKKW_IS
static final int TKKW_ISOLATION
static final int TKKW_JAVA
static final int TKKW_LEVEL
static final int TKKW_LIKE
static final int TKKW_LIMITED
static final int TKKW_LOCK
static final int TKKW_LONG
static final int TKKW_LOOP
static final int TKKW_MAX
static final int TKKW_MIN
static final int TKKW_MINUS
static final int TKKW_MINUTE
static final int TKKW_MLSLABEL
static final int TKKW_MOD
static final int TKKW_MODE
static final int TKKW_MONTH
static final int TKKW_NATURAL
static final int TKKW_NATURALN
static final int TKKW_NEW
static final int TKKW_NEXTVAL
static final int TKKW_NOCOPY
static final int TKKW_NOT
static final int TKKW_NOWAIT
static final int TKKW_NULL
static final int TKKW_NUMBER
static final int TKKW_NUMBER_BASE
static final int TKKW_OCIROWID
static final int TKKW_OF
static final int TKKW_ON
static final int TKKW_OPAQUE
static final int TKKW_OPEN
static final int TKKW_OPERATOR
static final int TKKW_OPTION
static final int TKKW_OR
static final int TKKW_ORDER
static final int TKKW_ORGANIZATION
static final int TKKW_OTHERS
static final int TKKW_OUT
static final int TKKW_PACKAGE
static final int TKKW_PARTITION
static final int TKKW_PCTFREE
static final int TKKW_PLS_INTEGER
static final int TKKW_POSITIVE
static final int TKKW_POSITIVEN
static final int TKKW_PRAGMA
static final int TKKW_PRIOR
static final int TKKW_PRIVATE
static final int TKKW_PROCEDURE
static final int TKKW_PUBLIC
static final int TKKW_RAISE
static final int TKKW_RANGE
static final int TKKW_RAW
static final int TKKW_REAL
static final int TKKW_RECORD
static final int TKKW_REF
static final int TKKW_RELEASE
static final int TKKW_RETURN
static final int TKKW_REVERSE
static final int TKKW_ROLLBACK
static final int TKKW_ROW
static final int TKKW_ROWID
static final int TKKW_ROWNUM
static final int TKKW_ROWTYPE
static final int TKKW_SAVEPOINT
static final int TKKW_SECOND
static final int TKKW_SELECT
static final int TKKW_SEPARATE
static final int TKKW_SET
static final int TKKW_SHARE
static final int TKKW_SMALLINT
static final int TKKW_SPACE
static final int TKKW_SQL
static final int TKKW_SQLCODE
static final int TKKW_SQLERRM
static final int TKKW_START
static final int TKKW_STDDEV
static final int TKKW_SUBTYPE
static final int TKKW_SUCCESSFUL
static final int TKKW_SUM
static final int TKKW_SYNONYM
static final int TKKW_SYSDATE
static final int TKKW_TABLE
static final int TKKW_THEN
static final int TKKW_TIME
static final int TKKW_TIMESTAMP
static final int TKKW_TO
static final int TKKW_TRIGGER
static final int TKKW_TRUE
static final int TKKW_TYPE
static final int TKKW_UID
static final int TKKW_UNION
static final int TKKW_UNIQUE
static final int TKKW_UPDATE
static final int TKKW_USE
static final int TKKW_USER
static final int TKKW_VALIDATE
static final int TKKW_VALUES
static final int TKKW_VARCHAR
static final int TKKW_VARCHAR2
static final int TKKW_VARIANCE
static final int TKKW_VIEW
static final int TKKW_WHEN
static final int TKKW_WHENEVER
static final int TKKW_WHERE
static final int TKKW_WHILE
static final int TKKW_WITH
static final int TKKW_WORK
static final int TKKW_WRITE
static final int TKKW_YEAR
static final int TKKW_ZONE
static final int TKKW_BFILE
static final int TKKW_BLOB
static final int TKKW_CLOB
static final int TKKW_DEC
static final int TKKW_NCHAR
static final int TKKW_NCLOB
static final int TKKW_NUMERIC
static final int TKKW_NVARCHAR2
static final int TKKW_CASE
static final int TKKW_COALESCE
static final int TKKW_NULLIF
static final int TKKW_TIMEZONE_ABBR
static final int TKKW_TIMEZONE_HOUR
static final int TKKW_TIMEZONE_MINUTE
static final int TKKW_TIMEZONE_REGION
static final int TKKW_EXTRACT
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||