| 
 | 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_ASGConstant for the (:=) assignment delimiter. | 
| static int | TK_ASSOCConstant for the (=>) association delimiter. | 
| static int | TK_ATConstant for the (@) at delimiter. | 
| static int | TK_ATTRIBUTEConstant for the (%) attribute delimiter. | 
| static int | TK_BOOLEAN_LITERALConstant for boolean (true, false) literals. | 
| static int | TK_CHAR_LITERALConstant for character literals. | 
| static int | TK_COLONConstant for the (:) colon delimiter. | 
| static int | TK_COMMAConstant for the (,) comma delimiter. | 
| static int | TK_CONCATConstant for the (||) concatenation delimiter. | 
| static int | TK_DIVConstant for the (/) divide delimiter. | 
| static int | TK_DOTConstant for the (.) dot delimiter. | 
| static int | TK_EQConstant for the (=) equal-to delimiter. | 
| static int | TK_EXPONENTConstant for the (**) exponent delimiter. | 
| static int | TK_FLOAT_LITERALConstant for floating point literals. | 
| static int | TK_GEConstant for the (>=) greater-than-or-equal delimiter. | 
| static int | TK_GTConstant for the (>) greater-than delimiter. | 
| static int | TK_IDENTIFIERConstant for an identifier which is not a literal or a PL/SQL reserved word. | 
| static int | TK_INT_LITERALConstant for integer literals. | 
| static int | TK_INVALIDConstant for an unknown character | 
| static int | TK_LEConstant for the (<=) less-than-or-equal delimiter. | 
| static int | TK_LLABELConstant for the (<<) left-label delimiter. | 
| static int | TK_LPARENConstant for the (() left-paren delimiter. | 
| static int | TK_LTConstant for the (<) less-than delimiter. | 
| static int | TK_MINUSConstant for the (-) minus delimiter. | 
| static int | TK_MULConstant for the (*) multiply delimiter. | 
| static int | TK_MULTI_COMMENTConstant for a PL/SQL multi-line comment. | 
| static int | TK_NEConstant for the not-equal delimiters (<>,!=,~=,^=). | 
| static int | TK_NULL_LITERALConstant for the null literal. | 
| static int | TK_OUTERJOINConstant for the (+) SQL outer-join. | 
| static int | TK_PLUSConstant for the (+) plus delimiter. | 
| static int | TK_QUOTED_IDENTIFIERConstant for quoted identifiers. | 
| static int | TK_RANGEConstant for the (..) range delimiter. | 
| static int | TK_RLABELConstant for the (>>) right-label delimiter. | 
| static int | TK_RPARENConstant for the ()) right-paren delimiter. | 
| static int | TK_SEMIConstant for the (;) semicolon delimiter. | 
| static int | TK_SINGLE_COMMENTConstant for a PL/SQL single-line comment. | 
| static int | TKKW_ALLConstant for the PL/SQL reserved word "all". | 
| static int | TKKW_ALTERConstant for the PL/SQL reserved word "alter". | 
| static int | TKKW_ANDConstant for the PL/SQL reserved word "and". | 
| static int | TKKW_ANYConstant for the PL/SQL reserved word "any". | 
| static int | TKKW_ARRAYConstant for the PL/SQL reserved word "array". | 
| static int | TKKW_ASConstant for the PL/SQL reserved word "as". | 
| static int | TKKW_ASCConstant for the PL/SQL reserved word "asc". | 
| static int | TKKW_ATConstant for the PL/SQL reserved word "at". | 
| static int | TKKW_AUTHIDConstant for the PL/SQL reserved word "authid". | 
| static int | TKKW_AVGConstant for the PL/SQL reserved word "avg". | 
| static int | TKKW_BEGINConstant for the PL/SQL reserved word "begin". | 
| static int | TKKW_BETWEENConstant for the PL/SQL reserved word "between". | 
| static int | TKKW_BFILEConstant for the PL/SQL keyword "bfile". | 
| static int | TKKW_BINARY_INTEGERConstant for the PL/SQL reserved word "binary_integer". | 
| static int | TKKW_BLOBConstant for the PL/SQL keyword "blob". | 
| static int | TKKW_BODYConstant for the PL/SQL reserved word "body". | 
| static int | TKKW_BOOLEANConstant for the PL/SQL reserved word "boolean". | 
| static int | TKKW_BULKConstant for the PL/SQL reserved word "bulk". | 
| static int | TKKW_BYConstant for the PL/SQL reserved word "by". | 
| static int | TKKW_CASEConstant for the PL/SQL keyword "case". | 
| static int | TKKW_CHARConstant for the PL/SQL reserved word "char". | 
| static int | TKKW_CHAR_BASEConstant for the PL/SQL reserved word "char_BASE". | 
| static int | TKKW_CHECKConstant for the PL/SQL reserved word "check". | 
| static int | TKKW_CLOBConstant for the PL/SQL keyword "clob". | 
| static int | TKKW_CLOSEConstant for the PL/SQL reserved word "close". | 
| static int | TKKW_CLUSTERConstant for the PL/SQL reserved word "cluster". | 
| static int | TKKW_COALESCEConstant for the PL/SQL keyword "coalesce". | 
| static int | TKKW_COLLECTConstant for the PL/SQL reserved word "collect". | 
| static int | TKKW_COMMENTConstant for the PL/SQL reserved word "comment". | 
| static int | TKKW_COMMITConstant for the PL/SQL reserved word "commit". | 
| static int | TKKW_COMPRESSConstant for the PL/SQL reserved word "compress". | 
| static int | TKKW_CONNECTConstant for the PL/SQL reserved word "connect". | 
| static int | TKKW_CONSTANTConstant for the PL/SQL reserved word "constant". | 
| static int | TKKW_CREATEConstant for the PL/SQL reserved word "create". | 
| static int | TKKW_CURRENTConstant for the PL/SQL reserved word "current". | 
| static int | TKKW_CURRVALConstant for the PL/SQL reserved word "currval". | 
| static int | TKKW_CURSORConstant for the PL/SQL reserved word "cursor". | 
| static int | TKKW_DATEConstant for the PL/SQL reserved word "date". | 
| static int | TKKW_DAYConstant for the PL/SQL reserved word "day". | 
| static int | TKKW_DECConstant for the PL/SQL keyword "dec". | 
| static int | TKKW_DECIMALConstant for the PL/SQL reserved word "decimal". | 
| static int | TKKW_DECLAREConstant for the PL/SQL reserved word "declare". | 
| static int | TKKW_DEFAULTConstant for the PL/SQL reserved word "default". | 
| static int | TKKW_DELETEConstant for the PL/SQL reserved word "delete". | 
| static int | TKKW_DESCConstant for the PL/SQL reserved word "desc". | 
| static int | TKKW_DISTINCTConstant for the PL/SQL reserved word "distinct". | 
| static int | TKKW_DOConstant for the PL/SQL reserved word "do". | 
| static int | TKKW_DROPConstant for the PL/SQL reserved word "drop". | 
| static int | TKKW_ELSEConstant for the PL/SQL reserved word "else". | 
| static int | TKKW_ELSIFConstant for the PL/SQL reserved word "elsif". | 
| static int | TKKW_ENDConstant for the PL/SQL reserved word "end". | 
| static int | TKKW_EXCEPTIONConstant for the PL/SQL reserved word "exception". | 
| static int | TKKW_EXCLUSIVEConstant for the PL/SQL reserved word "exclusive". | 
| static int | TKKW_EXECUTEConstant for the PL/SQL reserved word "execute". | 
| static int | TKKW_EXISTSConstant for the PL/SQL reserved word "exists". | 
| static int | TKKW_EXITConstant for the PL/SQL reserved word "exit". | 
| static int | TKKW_EXTENDSConstant for the PL/SQL reserved word "extends". | 
| static int | TKKW_EXTRACTConstant for the PL/SQL keyword "extract". | 
| static int | TKKW_FALSEConstant for the PL/SQL reserved word "false". | 
| static int | TKKW_FETCHConstant for the PL/SQL reserved word "fetch". | 
| static int | TKKW_FLOATConstant for the PL/SQL reserved word "float". | 
| static int | TKKW_FORConstant for the PL/SQL reserved word "for". | 
| static int | TKKW_FORALLConstant for the PL/SQL reserved word "forall". | 
| static int | TKKW_FROMConstant for the PL/SQL reserved word "from". | 
| static int | TKKW_FUNCTIONConstant for the PL/SQL reserved word "function". | 
| static int | TKKW_GOTOConstant for the PL/SQL reserved word "goto". | 
| static int | TKKW_GROUPConstant for the PL/SQL reserved word "group". | 
| static int | TKKW_HAVINGConstant for the PL/SQL reserved word "having". | 
| static int | TKKW_HEAPConstant for the PL/SQL reserved word "heap". | 
| static int | TKKW_HOURConstant for the PL/SQL reserved word "hour". | 
| static int | TKKW_IFConstant for the PL/SQL reserved word "if". | 
| static int | TKKW_IMMEDIATEConstant for the PL/SQL reserved word "immediate". | 
| static int | TKKW_INConstant for the PL/SQL reserved word "in". | 
| static int | TKKW_INDEXConstant for the PL/SQL reserved word "index". | 
| static int | TKKW_INDICATORConstant for the PL/SQL reserved word "indicator". | 
| static int | TKKW_INSERTConstant for the PL/SQL reserved word "insert". | 
| static int | TKKW_INTEGERConstant for the PL/SQL reserved word "integer". | 
| static int | TKKW_INTERFACEConstant for the PL/SQL reserved word "interface". | 
| static int | TKKW_INTERSECTConstant for the PL/SQL reserved word "intersect". | 
| static int | TKKW_INTERVALConstant for the PL/SQL reserved word "interval". | 
| static int | TKKW_INTOConstant for the PL/SQL reserved word "into". | 
| static int | TKKW_ISConstant for the PL/SQL reserved word "is". | 
| static int | TKKW_ISOLATIONConstant for the PL/SQL reserved word "isolation". | 
| static int | TKKW_JAVAConstant for the PL/SQL reserved word "java". | 
| static int | TKKW_LEVELConstant for the PL/SQL reserved word "level". | 
| static int | TKKW_LIKEConstant for the PL/SQL reserved word "like". | 
| static int | TKKW_LIMITEDConstant for the PL/SQL reserved word "limited". | 
| static int | TKKW_LOCKConstant for the PL/SQL reserved word "lock". | 
| static int | TKKW_LONGConstant for the PL/SQL reserved word "long". | 
| static int | TKKW_LOOPConstant for the PL/SQL reserved word "loop". | 
| static int | TKKW_MAXConstant for the PL/SQL reserved word "max". | 
| static int | TKKW_MINConstant for the PL/SQL reserved word "min". | 
| static int | TKKW_MINUSConstant for the PL/SQL reserved word "minus". | 
| static int | TKKW_MINUTEConstant for the PL/SQL reserved word "minute". | 
| static int | TKKW_MLSLABELConstant for the PL/SQL reserved word "mlslabel". | 
| static int | TKKW_MODConstant for the PL/SQL reserved word "mod". | 
| static int | TKKW_MODEConstant for the PL/SQL reserved word "mode". | 
| static int | TKKW_MONTHConstant for the PL/SQL reserved word "month". | 
| static int | TKKW_NATURALConstant for the PL/SQL reserved word "natural". | 
| static int | TKKW_NATURALNConstant for the PL/SQL reserved word "naturaln". | 
| static int | TKKW_NCHARConstant for the PL/SQL keyword "nchar". | 
| static int | TKKW_NCLOBConstant for the PL/SQL keyword "nclob". | 
| static int | TKKW_NEWConstant for the PL/SQL reserved word "new". | 
| static int | TKKW_NEXTVALConstant for the PL/SQL reserved word "nextval". | 
| static int | TKKW_NOCOPYConstant for the PL/SQL reserved word "nocopy". | 
| static int | TKKW_NOTConstant for the PL/SQL reserved word "not". | 
| static int | TKKW_NOWAITConstant for the PL/SQL reserved word "nowait". | 
| static int | TKKW_NULLConstant for the PL/SQL reserved word "null". | 
| static int | TKKW_NULLIFConstant for the PL/SQL keyword "nullif". | 
| static int | TKKW_NUMBERConstant for the PL/SQL reserved word "number". | 
| static int | TKKW_NUMBER_BASEConstant for the PL/SQL reserved word "number_BASE". | 
| static int | TKKW_NUMERICConstant for the PL/SQL keyword "numeric". | 
| static int | TKKW_NVARCHAR2Constant for the PL/SQL keyword "nvarchar2". | 
| static int | TKKW_OCIROWIDConstant for the PL/SQL reserved word "ocirowid". | 
| static int | TKKW_OFConstant for the PL/SQL reserved word "of". | 
| static int | TKKW_ONConstant for the PL/SQL reserved word "on". | 
| static int | TKKW_OPAQUEConstant for the PL/SQL reserved word "opaque". | 
| static int | TKKW_OPENConstant for the PL/SQL reserved word "open". | 
| static int | TKKW_OPERATORConstant for the PL/SQL reserved word "operator". | 
| static int | TKKW_OPTIONConstant for the PL/SQL reserved word "option". | 
| static int | TKKW_ORConstant for the PL/SQL reserved word "or". | 
| static int | TKKW_ORDERConstant for the PL/SQL reserved word "order". | 
| static int | TKKW_ORGANIZATIONConstant for the PL/SQL reserved word "organization". | 
| static int | TKKW_OTHERSConstant for the PL/SQL reserved word "others". | 
| static int | TKKW_OUTConstant for the PL/SQL reserved word "out". | 
| static int | TKKW_PACKAGEConstant for the PL/SQL reserved word "package". | 
| static int | TKKW_PARTITIONConstant for the PL/SQL reserved word "partition". | 
| static int | TKKW_PCTFREEConstant for the PL/SQL reserved word "pctfree". | 
| static int | TKKW_PLS_INTEGERConstant for the PL/SQL reserved word "pls_integer". | 
| static int | TKKW_POSITIVEConstant for the PL/SQL reserved word "positive". | 
| static int | TKKW_POSITIVENConstant for the PL/SQL reserved word "positiven". | 
| static int | TKKW_PRAGMAConstant for the PL/SQL reserved word "pragma". | 
| static int | TKKW_PRIORConstant for the PL/SQL reserved word "prior". | 
| static int | TKKW_PRIVATEConstant for the PL/SQL reserved word "private". | 
| static int | TKKW_PROCEDUREConstant for the PL/SQL reserved word "procedure". | 
| static int | TKKW_PUBLICConstant for the PL/SQL reserved word "public". | 
| static int | TKKW_RAISEConstant for the PL/SQL reserved word "raise". | 
| static int | TKKW_RANGEConstant for the PL/SQL reserved word "range". | 
| static int | TKKW_RAWConstant for the PL/SQL reserved word "raw". | 
| static int | TKKW_REALConstant for the PL/SQL reserved word "real". | 
| static int | TKKW_RECORDConstant for the PL/SQL reserved word "record". | 
| static int | TKKW_REFConstant for the PL/SQL reserved word "ref". | 
| static int | TKKW_RELEASEConstant for the PL/SQL reserved word "release". | 
| static int | TKKW_RETURNConstant for the PL/SQL reserved word "return". | 
| static int | TKKW_REVERSEConstant for the PL/SQL reserved word "reverse". | 
| static int | TKKW_ROLLBACKConstant for the PL/SQL reserved word "rollback". | 
| static int | TKKW_ROWConstant for the PL/SQL reserved word "row". | 
| static int | TKKW_ROWIDConstant for the PL/SQL reserved word "rowid". | 
| static int | TKKW_ROWNUMConstant for the PL/SQL reserved word "rownum". | 
| static int | TKKW_ROWTYPEConstant for the PL/SQL reserved word "rowtype". | 
| static int | TKKW_SAVEPOINTConstant for the PL/SQL reserved word "savepoint". | 
| static int | TKKW_SECONDConstant for the PL/SQL reserved word "second". | 
| static int | TKKW_SELECTConstant for the PL/SQL reserved word "select". | 
| static int | TKKW_SEPARATEConstant for the PL/SQL reserved word "separate". | 
| static int | TKKW_SETConstant for the PL/SQL reserved word "set". | 
| static int | TKKW_SHAREConstant for the PL/SQL reserved word "share". | 
| static int | TKKW_SMALLINTConstant for the PL/SQL reserved word "smallint". | 
| static int | TKKW_SPACEConstant for the PL/SQL reserved word "space". | 
| static int | TKKW_SQLConstant for the PL/SQL reserved word "sql". | 
| static int | TKKW_SQLCODEConstant for the PL/SQL reserved word "sqlcode". | 
| static int | TKKW_SQLERRMConstant for the PL/SQL reserved word "sqlerrm". | 
| static int | TKKW_STARTConstant for the PL/SQL reserved word "start". | 
| static int | TKKW_STDDEVConstant for the PL/SQL reserved word "stddev". | 
| static int | TKKW_SUBTYPEConstant for the PL/SQL reserved word "subtype". | 
| static int | TKKW_SUCCESSFULConstant for the PL/SQL reserved word "successful". | 
| static int | TKKW_SUMConstant for the PL/SQL reserved word "sum". | 
| static int | TKKW_SYNONYMConstant for the PL/SQL reserved word "synonym". | 
| static int | TKKW_SYSDATEConstant for the PL/SQL reserved word "sysdate". | 
| static int | TKKW_TABLEConstant for the PL/SQL reserved word "table". | 
| static int | TKKW_THENConstant for the PL/SQL reserved word "then". | 
| static int | TKKW_TIMEConstant for the PL/SQL reserved word "time". | 
| static int | TKKW_TIMESTAMPConstant for the PL/SQL reserved word "timestamp". | 
| static int | TKKW_TIMEZONE_ABBRConstant for the PL/SQL keyword "timezone_abbr". | 
| static int | TKKW_TIMEZONE_HOURConstant for the PL/SQL keyword "timezone_hour". | 
| static int | TKKW_TIMEZONE_MINUTEConstant for the PL/SQL keyword "timezone_minute". | 
| static int | TKKW_TIMEZONE_REGIONConstant for the PL/SQL keyword "timezone_region". | 
| static int | TKKW_TOConstant for the PL/SQL reserved word "to". | 
| static int | TKKW_TRIGGERConstant for the PL/SQL reserved word "trigger". | 
| static int | TKKW_TRUEConstant for the PL/SQL reserved word "true". | 
| static int | TKKW_TYPEConstant for the PL/SQL reserved word "type". | 
| static int | TKKW_UIDConstant for the PL/SQL reserved word "uid". | 
| static int | TKKW_UNIONConstant for the PL/SQL reserved word "union". | 
| static int | TKKW_UNIQUEConstant for the PL/SQL reserved word "unique". | 
| static int | TKKW_UPDATEConstant for the PL/SQL reserved word "update". | 
| static int | TKKW_USEConstant for the PL/SQL reserved word "use". | 
| static int | TKKW_USERConstant for the PL/SQL reserved word "user". | 
| static int | TKKW_VALIDATEConstant for the PL/SQL reserved word "validate". | 
| static int | TKKW_VALUESConstant for the PL/SQL reserved word "values". | 
| static int | TKKW_VARCHARConstant for the PL/SQL reserved word "varchar". | 
| static int | TKKW_VARCHAR2Constant for the PL/SQL reserved word "varchar2". | 
| static int | TKKW_VARIANCEConstant for the PL/SQL reserved word "variance". | 
| static int | TKKW_VIEWConstant for the PL/SQL reserved word "view". | 
| static int | TKKW_WHENConstant for the PL/SQL reserved word "when". | 
| static int | TKKW_WHENEVERConstant for the PL/SQL reserved word "whenever". | 
| static int | TKKW_WHEREConstant for the PL/SQL reserved word "where". | 
| static int | TKKW_WHILEConstant for the PL/SQL reserved word "while". | 
| static int | TKKW_WITHConstant for the PL/SQL reserved word "with". | 
| static int | TKKW_WORKConstant for the PL/SQL reserved word "work". | 
| static int | TKKW_WRITEConstant for the PL/SQL reserved word "write". | 
| static int | TKKW_YEARConstant for the PL/SQL reserved word "year". | 
| static int | TKKW_ZONEConstant 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 | |||||||||