Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.javatools.parser.plsql.old
Interface PlsqlTokens

All Known Implementing Classes:
CodeBlockSymbol, CommonRoot, CompoundStatement, ErrorSymbol, ExpressionList, ExpressionSymbol, ExpressionWrapper, FunctionSymbol, NameSymbol, PackageSymbol, PlsqlLexer, PlsqlSymbol, PlsqlSyntaxRecognizer, PlsqlUtilities, RootSymbol, Statement, TypeSymbol, VariableSymbol

public interface PlsqlTokens

The PlsqlTokens interface defines the constants for the various tokens of the Plsql Language.

See Also:
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

TK_IDENTIFIER

static final int TK_IDENTIFIER
Constant for an identifier which is not a literal or a PL/SQL reserved word.

See Also:
Constant Field Values

TK_QUOTED_IDENTIFIER

static final int TK_QUOTED_IDENTIFIER
Constant for quoted identifiers.

See Also:
Constant Field Values

TK_INVALID

static final int TK_INVALID
Constant for an unknown character

See Also:
Constant Field Values

TK_INT_LITERAL

static final int TK_INT_LITERAL
Constant for integer literals.

See Also:
Constant Field Values

TK_FLOAT_LITERAL

static final int TK_FLOAT_LITERAL
Constant for floating point literals.

See Also:
Constant Field Values

TK_BOOLEAN_LITERAL

static final int TK_BOOLEAN_LITERAL
Constant for boolean (true, false) literals. Note that true and false are not really PL/SQL reserved words, but literal values.

See Also:
Constant Field Values

TK_CHAR_LITERAL

static final int TK_CHAR_LITERAL
Constant for character literals.

See Also:
Constant Field Values

TK_NULL_LITERAL

static final int TK_NULL_LITERAL
Constant for the null literal. Like boolean literals, the null literal is not a PL/SQL reserved word.

See Also:
Constant Field Values

TK_SINGLE_COMMENT

static final int TK_SINGLE_COMMENT
Constant for a PL/SQL single-line comment.

See Also:
Constant Field Values

TK_MULTI_COMMENT

static final int TK_MULTI_COMMENT
Constant for a PL/SQL multi-line comment.

See Also:
Constant Field Values

TK_PLUS

static final int TK_PLUS
Constant for the (+) plus delimiter.

See Also:
Constant Field Values

TK_ATTRIBUTE

static final int TK_ATTRIBUTE
Constant for the (%) attribute delimiter.

See Also:
Constant Field Values

TK_DOT

static final int TK_DOT
Constant for the (.) dot delimiter.

See Also:
Constant Field Values

TK_DIV

static final int TK_DIV
Constant for the (/) divide delimiter.

See Also:
Constant Field Values

TK_LPAREN

static final int TK_LPAREN
Constant for the (() left-paren delimiter.

See Also:
Constant Field Values

TK_RPAREN

static final int TK_RPAREN
Constant for the ()) right-paren delimiter.

See Also:
Constant Field Values

TK_COLON

static final int TK_COLON
Constant for the (:) colon delimiter.

See Also:
Constant Field Values

TK_COMMA

static final int TK_COMMA
Constant for the (,) comma delimiter.

See Also:
Constant Field Values

TK_MUL

static final int TK_MUL
Constant for the (*) multiply delimiter.

See Also:
Constant Field Values

TK_AT

static final int TK_AT
Constant for the (@) at delimiter.

See Also:
Constant Field Values

TK_SEMI

static final int TK_SEMI
Constant for the (;) semicolon delimiter.

See Also:
Constant Field Values

TK_MINUS

static final int TK_MINUS
Constant for the (-) minus delimiter.

See Also:
Constant Field Values

TK_ASG

static final int TK_ASG
Constant for the (:=) assignment delimiter.

See Also:
Constant Field Values

TK_ASSOC

static final int TK_ASSOC
Constant for the (=>) association delimiter.

See Also:
Constant Field Values

TK_CONCAT

static final int TK_CONCAT
Constant for the (||) concatenation delimiter.

See Also:
Constant Field Values

TK_EXPONENT

static final int TK_EXPONENT
Constant for the (**) exponent delimiter.

See Also:
Constant Field Values

TK_LLABEL

static final int TK_LLABEL
Constant for the (<<) left-label delimiter.

See Also:
Constant Field Values

TK_RLABEL

static final int TK_RLABEL
Constant for the (>>) right-label delimiter.

See Also:
Constant Field Values

TK_RANGE

static final int TK_RANGE
Constant for the (..) range delimiter.

See Also:
Constant Field Values

TK_EQ

static final int TK_EQ
Constant for the (=) equal-to delimiter.

See Also:
Constant Field Values

TK_LT

static final int TK_LT
Constant for the (<) less-than delimiter.

See Also:
Constant Field Values

TK_GT

static final int TK_GT
Constant for the (>) greater-than delimiter.

See Also:
Constant Field Values

TK_NE

static final int TK_NE
Constant for the not-equal delimiters (<>,!=,~=,^=).

See Also:
Constant Field Values

TK_LE

static final int TK_LE
Constant for the (<=) less-than-or-equal delimiter.

See Also:
Constant Field Values

TK_GE

static final int TK_GE
Constant for the (>=) greater-than-or-equal delimiter.

See Also:
Constant Field Values

TK_OUTERJOIN

static final int TK_OUTERJOIN
Constant for the (+) SQL outer-join.

See Also:
Constant Field Values

TKKW_ALL

static final int TKKW_ALL
Constant for the PL/SQL reserved word "all".

See Also:
Constant Field Values

TKKW_ALTER

static final int TKKW_ALTER
Constant for the PL/SQL reserved word "alter".

See Also:
Constant Field Values

TKKW_AND

static final int TKKW_AND
Constant for the PL/SQL reserved word "and".

See Also:
Constant Field Values

TKKW_ANY

static final int TKKW_ANY
Constant for the PL/SQL reserved word "any".

See Also:
Constant Field Values

TKKW_ARRAY

static final int TKKW_ARRAY
Constant for the PL/SQL reserved word "array".

See Also:
Constant Field Values

TKKW_AS

static final int TKKW_AS
Constant for the PL/SQL reserved word "as".

See Also:
Constant Field Values

TKKW_ASC

static final int TKKW_ASC
Constant for the PL/SQL reserved word "asc".

See Also:
Constant Field Values

TKKW_AT

static final int TKKW_AT
Constant for the PL/SQL reserved word "at".

See Also:
Constant Field Values

TKKW_AUTHID

static final int TKKW_AUTHID
Constant for the PL/SQL reserved word "authid".

See Also:
Constant Field Values

TKKW_AVG

static final int TKKW_AVG
Constant for the PL/SQL reserved word "avg".

See Also:
Constant Field Values

TKKW_BEGIN

static final int TKKW_BEGIN
Constant for the PL/SQL reserved word "begin".

See Also:
Constant Field Values

TKKW_BETWEEN

static final int TKKW_BETWEEN
Constant for the PL/SQL reserved word "between".

See Also:
Constant Field Values

TKKW_BINARY_INTEGER

static final int TKKW_BINARY_INTEGER
Constant for the PL/SQL reserved word "binary_integer".

See Also:
Constant Field Values

TKKW_BODY

static final int TKKW_BODY
Constant for the PL/SQL reserved word "body".

See Also:
Constant Field Values

TKKW_BOOLEAN

static final int TKKW_BOOLEAN
Constant for the PL/SQL reserved word "boolean".

See Also:
Constant Field Values

TKKW_BULK

static final int TKKW_BULK
Constant for the PL/SQL reserved word "bulk".

See Also:
Constant Field Values

TKKW_BY

static final int TKKW_BY
Constant for the PL/SQL reserved word "by".

See Also:
Constant Field Values

TKKW_CHAR

static final int TKKW_CHAR
Constant for the PL/SQL reserved word "char".

See Also:
Constant Field Values

TKKW_CHAR_BASE

static final int TKKW_CHAR_BASE
Constant for the PL/SQL reserved word "char_BASE".

See Also:
Constant Field Values

TKKW_CHECK

static final int TKKW_CHECK
Constant for the PL/SQL reserved word "check".

See Also:
Constant Field Values

TKKW_CLOSE

static final int TKKW_CLOSE
Constant for the PL/SQL reserved word "close".

See Also:
Constant Field Values

TKKW_CLUSTER

static final int TKKW_CLUSTER
Constant for the PL/SQL reserved word "cluster".

See Also:
Constant Field Values

TKKW_COLLECT

static final int TKKW_COLLECT
Constant for the PL/SQL reserved word "collect".

See Also:
Constant Field Values

TKKW_COMMENT

static final int TKKW_COMMENT
Constant for the PL/SQL reserved word "comment".

See Also:
Constant Field Values

TKKW_COMMIT

static final int TKKW_COMMIT
Constant for the PL/SQL reserved word "commit".

See Also:
Constant Field Values

TKKW_COMPRESS

static final int TKKW_COMPRESS
Constant for the PL/SQL reserved word "compress".

See Also:
Constant Field Values

TKKW_CONNECT

static final int TKKW_CONNECT
Constant for the PL/SQL reserved word "connect".

See Also:
Constant Field Values

TKKW_CONSTANT

static final int TKKW_CONSTANT
Constant for the PL/SQL reserved word "constant".

See Also:
Constant Field Values

TKKW_CREATE

static final int TKKW_CREATE
Constant for the PL/SQL reserved word "create".

See Also:
Constant Field Values

TKKW_CURRENT

static final int TKKW_CURRENT
Constant for the PL/SQL reserved word "current".

See Also:
Constant Field Values

TKKW_CURRVAL

static final int TKKW_CURRVAL
Constant for the PL/SQL reserved word "currval".

See Also:
Constant Field Values

TKKW_CURSOR

static final int TKKW_CURSOR
Constant for the PL/SQL reserved word "cursor".

See Also:
Constant Field Values

TKKW_DATE

static final int TKKW_DATE
Constant for the PL/SQL reserved word "date".

See Also:
Constant Field Values

TKKW_DAY

static final int TKKW_DAY
Constant for the PL/SQL reserved word "day".

See Also:
Constant Field Values

TKKW_DECLARE

static final int TKKW_DECLARE
Constant for the PL/SQL reserved word "declare".

See Also:
Constant Field Values

TKKW_DECIMAL

static final int TKKW_DECIMAL
Constant for the PL/SQL reserved word "decimal".

See Also:
Constant Field Values

TKKW_DEFAULT

static final int TKKW_DEFAULT
Constant for the PL/SQL reserved word "default".

See Also:
Constant Field Values

TKKW_DELETE

static final int TKKW_DELETE
Constant for the PL/SQL reserved word "delete".

See Also:
Constant Field Values

TKKW_DESC

static final int TKKW_DESC
Constant for the PL/SQL reserved word "desc".

See Also:
Constant Field Values

TKKW_DISTINCT

static final int TKKW_DISTINCT
Constant for the PL/SQL reserved word "distinct".

See Also:
Constant Field Values

TKKW_DO

static final int TKKW_DO
Constant for the PL/SQL reserved word "do".

See Also:
Constant Field Values

TKKW_DROP

static final int TKKW_DROP
Constant for the PL/SQL reserved word "drop".

See Also:
Constant Field Values

TKKW_ELSE

static final int TKKW_ELSE
Constant for the PL/SQL reserved word "else".

See Also:
Constant Field Values

TKKW_ELSIF

static final int TKKW_ELSIF
Constant for the PL/SQL reserved word "elsif".

See Also:
Constant Field Values

TKKW_END

static final int TKKW_END
Constant for the PL/SQL reserved word "end".

See Also:
Constant Field Values

TKKW_EXCEPTION

static final int TKKW_EXCEPTION
Constant for the PL/SQL reserved word "exception".

See Also:
Constant Field Values

TKKW_EXCLUSIVE

static final int TKKW_EXCLUSIVE
Constant for the PL/SQL reserved word "exclusive".

See Also:
Constant Field Values

TKKW_EXECUTE

static final int TKKW_EXECUTE
Constant for the PL/SQL reserved word "execute".

See Also:
Constant Field Values

TKKW_EXISTS

static final int TKKW_EXISTS
Constant for the PL/SQL reserved word "exists".

See Also:
Constant Field Values

TKKW_EXIT

static final int TKKW_EXIT
Constant for the PL/SQL reserved word "exit".

See Also:
Constant Field Values

TKKW_EXTENDS

static final int TKKW_EXTENDS
Constant for the PL/SQL reserved word "extends".

See Also:
Constant Field Values

TKKW_FALSE

static final int TKKW_FALSE
Constant for the PL/SQL reserved word "false".

See Also:
Constant Field Values

TKKW_FETCH

static final int TKKW_FETCH
Constant for the PL/SQL reserved word "fetch".

See Also:
Constant Field Values

TKKW_FLOAT

static final int TKKW_FLOAT
Constant for the PL/SQL reserved word "float".

See Also:
Constant Field Values

TKKW_FOR

static final int TKKW_FOR
Constant for the PL/SQL reserved word "for".

See Also:
Constant Field Values

TKKW_FORALL

static final int TKKW_FORALL
Constant for the PL/SQL reserved word "forall".

See Also:
Constant Field Values

TKKW_FROM

static final int TKKW_FROM
Constant for the PL/SQL reserved word "from".

See Also:
Constant Field Values

TKKW_FUNCTION

static final int TKKW_FUNCTION
Constant for the PL/SQL reserved word "function".

See Also:
Constant Field Values

TKKW_GOTO

static final int TKKW_GOTO
Constant for the PL/SQL reserved word "goto".

See Also:
Constant Field Values

TKKW_GROUP

static final int TKKW_GROUP
Constant for the PL/SQL reserved word "group".

See Also:
Constant Field Values

TKKW_HAVING

static final int TKKW_HAVING
Constant for the PL/SQL reserved word "having".

See Also:
Constant Field Values

TKKW_HEAP

static final int TKKW_HEAP
Constant for the PL/SQL reserved word "heap".

See Also:
Constant Field Values

TKKW_HOUR

static final int TKKW_HOUR
Constant for the PL/SQL reserved word "hour".

See Also:
Constant Field Values

TKKW_IF

static final int TKKW_IF
Constant for the PL/SQL reserved word "if".

See Also:
Constant Field Values

TKKW_IMMEDIATE

static final int TKKW_IMMEDIATE
Constant for the PL/SQL reserved word "immediate".

See Also:
Constant Field Values

TKKW_IN

static final int TKKW_IN
Constant for the PL/SQL reserved word "in".

See Also:
Constant Field Values

TKKW_INDEX

static final int TKKW_INDEX
Constant for the PL/SQL reserved word "index".

See Also:
Constant Field Values

TKKW_INDICATOR

static final int TKKW_INDICATOR
Constant for the PL/SQL reserved word "indicator".

See Also:
Constant Field Values

TKKW_INSERT

static final int TKKW_INSERT
Constant for the PL/SQL reserved word "insert".

See Also:
Constant Field Values

TKKW_INTEGER

static final int TKKW_INTEGER
Constant for the PL/SQL reserved word "integer".

See Also:
Constant Field Values

TKKW_INTERFACE

static final int TKKW_INTERFACE
Constant for the PL/SQL reserved word "interface".

See Also:
Constant Field Values

TKKW_INTERSECT

static final int TKKW_INTERSECT
Constant for the PL/SQL reserved word "intersect".

See Also:
Constant Field Values

TKKW_INTERVAL

static final int TKKW_INTERVAL
Constant for the PL/SQL reserved word "interval".

See Also:
Constant Field Values

TKKW_INTO

static final int TKKW_INTO
Constant for the PL/SQL reserved word "into".

See Also:
Constant Field Values

TKKW_IS

static final int TKKW_IS
Constant for the PL/SQL reserved word "is".

See Also:
Constant Field Values

TKKW_ISOLATION

static final int TKKW_ISOLATION
Constant for the PL/SQL reserved word "isolation".

See Also:
Constant Field Values

TKKW_JAVA

static final int TKKW_JAVA
Constant for the PL/SQL reserved word "java".

See Also:
Constant Field Values

TKKW_LEVEL

static final int TKKW_LEVEL
Constant for the PL/SQL reserved word "level".

See Also:
Constant Field Values

TKKW_LIKE

static final int TKKW_LIKE
Constant for the PL/SQL reserved word "like".

See Also:
Constant Field Values

TKKW_LIMITED

static final int TKKW_LIMITED
Constant for the PL/SQL reserved word "limited".

See Also:
Constant Field Values

TKKW_LOCK

static final int TKKW_LOCK
Constant for the PL/SQL reserved word "lock".

See Also:
Constant Field Values

TKKW_LONG

static final int TKKW_LONG
Constant for the PL/SQL reserved word "long".

See Also:
Constant Field Values

TKKW_LOOP

static final int TKKW_LOOP
Constant for the PL/SQL reserved word "loop".

See Also:
Constant Field Values

TKKW_MAX

static final int TKKW_MAX
Constant for the PL/SQL reserved word "max".

See Also:
Constant Field Values

TKKW_MIN

static final int TKKW_MIN
Constant for the PL/SQL reserved word "min".

See Also:
Constant Field Values

TKKW_MINUS

static final int TKKW_MINUS
Constant for the PL/SQL reserved word "minus".

See Also:
Constant Field Values

TKKW_MINUTE

static final int TKKW_MINUTE
Constant for the PL/SQL reserved word "minute".

See Also:
Constant Field Values

TKKW_MLSLABEL

static final int TKKW_MLSLABEL
Constant for the PL/SQL reserved word "mlslabel".

See Also:
Constant Field Values

TKKW_MOD

static final int TKKW_MOD
Constant for the PL/SQL reserved word "mod".

See Also:
Constant Field Values

TKKW_MODE

static final int TKKW_MODE
Constant for the PL/SQL reserved word "mode".

See Also:
Constant Field Values

TKKW_MONTH

static final int TKKW_MONTH
Constant for the PL/SQL reserved word "month".

See Also:
Constant Field Values

TKKW_NATURAL

static final int TKKW_NATURAL
Constant for the PL/SQL reserved word "natural".

See Also:
Constant Field Values

TKKW_NATURALN

static final int TKKW_NATURALN
Constant for the PL/SQL reserved word "naturaln".

See Also:
Constant Field Values

TKKW_NEW

static final int TKKW_NEW
Constant for the PL/SQL reserved word "new".

See Also:
Constant Field Values

TKKW_NEXTVAL

static final int TKKW_NEXTVAL
Constant for the PL/SQL reserved word "nextval".

See Also:
Constant Field Values

TKKW_NOCOPY

static final int TKKW_NOCOPY
Constant for the PL/SQL reserved word "nocopy".

See Also:
Constant Field Values

TKKW_NOT

static final int TKKW_NOT
Constant for the PL/SQL reserved word "not".

See Also:
Constant Field Values

TKKW_NOWAIT

static final int TKKW_NOWAIT
Constant for the PL/SQL reserved word "nowait".

See Also:
Constant Field Values

TKKW_NULL

static final int TKKW_NULL
Constant for the PL/SQL reserved word "null".

See Also:
Constant Field Values

TKKW_NUMBER

static final int TKKW_NUMBER
Constant for the PL/SQL reserved word "number".

See Also:
Constant Field Values

TKKW_NUMBER_BASE

static final int TKKW_NUMBER_BASE
Constant for the PL/SQL reserved word "number_BASE".

See Also:
Constant Field Values

TKKW_OCIROWID

static final int TKKW_OCIROWID
Constant for the PL/SQL reserved word "ocirowid".

See Also:
Constant Field Values

TKKW_OF

static final int TKKW_OF
Constant for the PL/SQL reserved word "of".

See Also:
Constant Field Values

TKKW_ON

static final int TKKW_ON
Constant for the PL/SQL reserved word "on".

See Also:
Constant Field Values

TKKW_OPAQUE

static final int TKKW_OPAQUE
Constant for the PL/SQL reserved word "opaque".

See Also:
Constant Field Values

TKKW_OPEN

static final int TKKW_OPEN
Constant for the PL/SQL reserved word "open".

See Also:
Constant Field Values

TKKW_OPERATOR

static final int TKKW_OPERATOR
Constant for the PL/SQL reserved word "operator".

See Also:
Constant Field Values

TKKW_OPTION

static final int TKKW_OPTION
Constant for the PL/SQL reserved word "option".

See Also:
Constant Field Values

TKKW_OR

static final int TKKW_OR
Constant for the PL/SQL reserved word "or".

See Also:
Constant Field Values

TKKW_ORDER

static final int TKKW_ORDER
Constant for the PL/SQL reserved word "order".

See Also:
Constant Field Values

TKKW_ORGANIZATION

static final int TKKW_ORGANIZATION
Constant for the PL/SQL reserved word "organization".

See Also:
Constant Field Values

TKKW_OTHERS

static final int TKKW_OTHERS
Constant for the PL/SQL reserved word "others".

See Also:
Constant Field Values

TKKW_OUT

static final int TKKW_OUT
Constant for the PL/SQL reserved word "out".

See Also:
Constant Field Values

TKKW_PACKAGE

static final int TKKW_PACKAGE
Constant for the PL/SQL reserved word "package".

See Also:
Constant Field Values

TKKW_PARTITION

static final int TKKW_PARTITION
Constant for the PL/SQL reserved word "partition".

See Also:
Constant Field Values

TKKW_PCTFREE

static final int TKKW_PCTFREE
Constant for the PL/SQL reserved word "pctfree".

See Also:
Constant Field Values

TKKW_PLS_INTEGER

static final int TKKW_PLS_INTEGER
Constant for the PL/SQL reserved word "pls_integer".

See Also:
Constant Field Values

TKKW_POSITIVE

static final int TKKW_POSITIVE
Constant for the PL/SQL reserved word "positive".

See Also:
Constant Field Values

TKKW_POSITIVEN

static final int TKKW_POSITIVEN
Constant for the PL/SQL reserved word "positiven".

See Also:
Constant Field Values

TKKW_PRAGMA

static final int TKKW_PRAGMA
Constant for the PL/SQL reserved word "pragma".

See Also:
Constant Field Values

TKKW_PRIOR

static final int TKKW_PRIOR
Constant for the PL/SQL reserved word "prior".

See Also:
Constant Field Values

TKKW_PRIVATE

static final int TKKW_PRIVATE
Constant for the PL/SQL reserved word "private".

See Also:
Constant Field Values

TKKW_PROCEDURE

static final int TKKW_PROCEDURE
Constant for the PL/SQL reserved word "procedure".

See Also:
Constant Field Values

TKKW_PUBLIC

static final int TKKW_PUBLIC
Constant for the PL/SQL reserved word "public".

See Also:
Constant Field Values

TKKW_RAISE

static final int TKKW_RAISE
Constant for the PL/SQL reserved word "raise".

See Also:
Constant Field Values

TKKW_RANGE

static final int TKKW_RANGE
Constant for the PL/SQL reserved word "range".

See Also:
Constant Field Values

TKKW_RAW

static final int TKKW_RAW
Constant for the PL/SQL reserved word "raw".

See Also:
Constant Field Values

TKKW_REAL

static final int TKKW_REAL
Constant for the PL/SQL reserved word "real".

See Also:
Constant Field Values

TKKW_RECORD

static final int TKKW_RECORD
Constant for the PL/SQL reserved word "record".

See Also:
Constant Field Values

TKKW_REF

static final int TKKW_REF
Constant for the PL/SQL reserved word "ref".

See Also:
Constant Field Values

TKKW_RELEASE

static final int TKKW_RELEASE
Constant for the PL/SQL reserved word "release".

See Also:
Constant Field Values

TKKW_RETURN

static final int TKKW_RETURN
Constant for the PL/SQL reserved word "return".

See Also:
Constant Field Values

TKKW_REVERSE

static final int TKKW_REVERSE
Constant for the PL/SQL reserved word "reverse".

See Also:
Constant Field Values

TKKW_ROLLBACK

static final int TKKW_ROLLBACK
Constant for the PL/SQL reserved word "rollback".

See Also:
Constant Field Values

TKKW_ROW

static final int TKKW_ROW
Constant for the PL/SQL reserved word "row".

See Also:
Constant Field Values

TKKW_ROWID

static final int TKKW_ROWID
Constant for the PL/SQL reserved word "rowid".

See Also:
Constant Field Values

TKKW_ROWNUM

static final int TKKW_ROWNUM
Constant for the PL/SQL reserved word "rownum".

See Also:
Constant Field Values

TKKW_ROWTYPE

static final int TKKW_ROWTYPE
Constant for the PL/SQL reserved word "rowtype".

See Also:
Constant Field Values

TKKW_SAVEPOINT

static final int TKKW_SAVEPOINT
Constant for the PL/SQL reserved word "savepoint".

See Also:
Constant Field Values

TKKW_SECOND

static final int TKKW_SECOND
Constant for the PL/SQL reserved word "second".

See Also:
Constant Field Values

TKKW_SELECT

static final int TKKW_SELECT
Constant for the PL/SQL reserved word "select".

See Also:
Constant Field Values

TKKW_SEPARATE

static final int TKKW_SEPARATE
Constant for the PL/SQL reserved word "separate".

See Also:
Constant Field Values

TKKW_SET

static final int TKKW_SET
Constant for the PL/SQL reserved word "set".

See Also:
Constant Field Values

TKKW_SHARE

static final int TKKW_SHARE
Constant for the PL/SQL reserved word "share".

See Also:
Constant Field Values

TKKW_SMALLINT

static final int TKKW_SMALLINT
Constant for the PL/SQL reserved word "smallint".

See Also:
Constant Field Values

TKKW_SPACE

static final int TKKW_SPACE
Constant for the PL/SQL reserved word "space".

See Also:
Constant Field Values

TKKW_SQL

static final int TKKW_SQL
Constant for the PL/SQL reserved word "sql".

See Also:
Constant Field Values

TKKW_SQLCODE

static final int TKKW_SQLCODE
Constant for the PL/SQL reserved word "sqlcode".

See Also:
Constant Field Values

TKKW_SQLERRM

static final int TKKW_SQLERRM
Constant for the PL/SQL reserved word "sqlerrm".

See Also:
Constant Field Values

TKKW_START

static final int TKKW_START
Constant for the PL/SQL reserved word "start".

See Also:
Constant Field Values

TKKW_STDDEV

static final int TKKW_STDDEV
Constant for the PL/SQL reserved word "stddev".

See Also:
Constant Field Values

TKKW_SUBTYPE

static final int TKKW_SUBTYPE
Constant for the PL/SQL reserved word "subtype".

See Also:
Constant Field Values

TKKW_SUCCESSFUL

static final int TKKW_SUCCESSFUL
Constant for the PL/SQL reserved word "successful".

See Also:
Constant Field Values

TKKW_SUM

static final int TKKW_SUM
Constant for the PL/SQL reserved word "sum".

See Also:
Constant Field Values

TKKW_SYNONYM

static final int TKKW_SYNONYM
Constant for the PL/SQL reserved word "synonym".

See Also:
Constant Field Values

TKKW_SYSDATE

static final int TKKW_SYSDATE
Constant for the PL/SQL reserved word "sysdate".

See Also:
Constant Field Values

TKKW_TABLE

static final int TKKW_TABLE
Constant for the PL/SQL reserved word "table".

See Also:
Constant Field Values

TKKW_THEN

static final int TKKW_THEN
Constant for the PL/SQL reserved word "then".

See Also:
Constant Field Values

TKKW_TIME

static final int TKKW_TIME
Constant for the PL/SQL reserved word "time".

See Also:
Constant Field Values

TKKW_TIMESTAMP

static final int TKKW_TIMESTAMP
Constant for the PL/SQL reserved word "timestamp".

See Also:
Constant Field Values

TKKW_TO

static final int TKKW_TO
Constant for the PL/SQL reserved word "to".

See Also:
Constant Field Values

TKKW_TRIGGER

static final int TKKW_TRIGGER
Constant for the PL/SQL reserved word "trigger".

See Also:
Constant Field Values

TKKW_TRUE

static final int TKKW_TRUE
Constant for the PL/SQL reserved word "true".

See Also:
Constant Field Values

TKKW_TYPE

static final int TKKW_TYPE
Constant for the PL/SQL reserved word "type".

See Also:
Constant Field Values

TKKW_UID

static final int TKKW_UID
Constant for the PL/SQL reserved word "uid".

See Also:
Constant Field Values

TKKW_UNION

static final int TKKW_UNION
Constant for the PL/SQL reserved word "union".

See Also:
Constant Field Values

TKKW_UNIQUE

static final int TKKW_UNIQUE
Constant for the PL/SQL reserved word "unique".

See Also:
Constant Field Values

TKKW_UPDATE

static final int TKKW_UPDATE
Constant for the PL/SQL reserved word "update".

See Also:
Constant Field Values

TKKW_USE

static final int TKKW_USE
Constant for the PL/SQL reserved word "use".

See Also:
Constant Field Values

TKKW_USER

static final int TKKW_USER
Constant for the PL/SQL reserved word "user".

See Also:
Constant Field Values

TKKW_VALIDATE

static final int TKKW_VALIDATE
Constant for the PL/SQL reserved word "validate".

See Also:
Constant Field Values

TKKW_VALUES

static final int TKKW_VALUES
Constant for the PL/SQL reserved word "values".

See Also:
Constant Field Values

TKKW_VARCHAR

static final int TKKW_VARCHAR
Constant for the PL/SQL reserved word "varchar".

See Also:
Constant Field Values

TKKW_VARCHAR2

static final int TKKW_VARCHAR2
Constant for the PL/SQL reserved word "varchar2".

See Also:
Constant Field Values

TKKW_VARIANCE

static final int TKKW_VARIANCE
Constant for the PL/SQL reserved word "variance".

See Also:
Constant Field Values

TKKW_VIEW

static final int TKKW_VIEW
Constant for the PL/SQL reserved word "view".

See Also:
Constant Field Values

TKKW_WHEN

static final int TKKW_WHEN
Constant for the PL/SQL reserved word "when".

See Also:
Constant Field Values

TKKW_WHENEVER

static final int TKKW_WHENEVER
Constant for the PL/SQL reserved word "whenever".

See Also:
Constant Field Values

TKKW_WHERE

static final int TKKW_WHERE
Constant for the PL/SQL reserved word "where".

See Also:
Constant Field Values

TKKW_WHILE

static final int TKKW_WHILE
Constant for the PL/SQL reserved word "while".

See Also:
Constant Field Values

TKKW_WITH

static final int TKKW_WITH
Constant for the PL/SQL reserved word "with".

See Also:
Constant Field Values

TKKW_WORK

static final int TKKW_WORK
Constant for the PL/SQL reserved word "work".

See Also:
Constant Field Values

TKKW_WRITE

static final int TKKW_WRITE
Constant for the PL/SQL reserved word "write".

See Also:
Constant Field Values

TKKW_YEAR

static final int TKKW_YEAR
Constant for the PL/SQL reserved word "year".

See Also:
Constant Field Values

TKKW_ZONE

static final int TKKW_ZONE
Constant for the PL/SQL reserved word "zone".

See Also:
Constant Field Values

TKKW_BFILE

static final int TKKW_BFILE
Constant for the PL/SQL keyword "bfile".

See Also:
Constant Field Values

TKKW_BLOB

static final int TKKW_BLOB
Constant for the PL/SQL keyword "blob".

See Also:
Constant Field Values

TKKW_CLOB

static final int TKKW_CLOB
Constant for the PL/SQL keyword "clob".

See Also:
Constant Field Values

TKKW_DEC

static final int TKKW_DEC
Constant for the PL/SQL keyword "dec".

See Also:
Constant Field Values

TKKW_NCHAR

static final int TKKW_NCHAR
Constant for the PL/SQL keyword "nchar".

See Also:
Constant Field Values

TKKW_NCLOB

static final int TKKW_NCLOB
Constant for the PL/SQL keyword "nclob".

See Also:
Constant Field Values

TKKW_NUMERIC

static final int TKKW_NUMERIC
Constant for the PL/SQL keyword "numeric".

See Also:
Constant Field Values

TKKW_NVARCHAR2

static final int TKKW_NVARCHAR2
Constant for the PL/SQL keyword "nvarchar2".

See Also:
Constant Field Values

TKKW_CASE

static final int TKKW_CASE
Constant for the PL/SQL keyword "case". Added with Oracle 9.0.1.

See Also:
Constant Field Values

TKKW_COALESCE

static final int TKKW_COALESCE
Constant for the PL/SQL keyword "coalesce". Added with Oracle 9.0.1.

See Also:
Constant Field Values

TKKW_NULLIF

static final int TKKW_NULLIF
Constant for the PL/SQL keyword "nullif". Added with Oracle 9.0.1.

See Also:
Constant Field Values

TKKW_TIMEZONE_ABBR

static final int TKKW_TIMEZONE_ABBR
Constant for the PL/SQL keyword "timezone_abbr". Added with Oracle 9.0.1.

See Also:
Constant Field Values

TKKW_TIMEZONE_HOUR

static final int TKKW_TIMEZONE_HOUR
Constant for the PL/SQL keyword "timezone_hour". Added with Oracle 9.0.1.

See Also:
Constant Field Values

TKKW_TIMEZONE_MINUTE

static final int TKKW_TIMEZONE_MINUTE
Constant for the PL/SQL keyword "timezone_minute". Added with Oracle 9.0.1.

See Also:
Constant Field Values

TKKW_TIMEZONE_REGION

static final int TKKW_TIMEZONE_REGION
Constant for the PL/SQL keyword "timezone_region". Added with Oracle 9.0.1.

See Also:
Constant Field Values

TKKW_EXTRACT

static final int TKKW_EXTRACT
Constant for the PL/SQL keyword "extract". Added with Oracle 9.2.

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.