com.alibaba.druid.sql.dialect.oracle.parser
Class OracleTokenType
java.lang.Object
com.alibaba.druid.sql.dialect.oracle.parser.OracleTokenType
public final class OracleTokenType
- extends Object
LineComment
public static final int LineComment
- See Also:
- Constant Field Values
Identifier
public static final int Identifier
- See Also:
- Constant Field Values
Variable
public static final int Variable
- See Also:
- Constant Field Values
Keyword
public static final int Keyword
- See Also:
- Constant Field Values
Operator
public static final int Operator
- See Also:
- Constant Field Values
Punctuation
public static final int Punctuation
- See Also:
- Constant Field Values
Char
public static final int Char
- See Also:
- Constant Field Values
NChar
public static final int NChar
- See Also:
- Constant Field Values
Int
public static final int Int
- See Also:
- Constant Field Values
Float
public static final int Float
- See Also:
- Constant Field Values
Double
public static final int Double
- See Also:
- Constant Field Values
Decimal
public static final int Decimal
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
Unknown
public static final int Unknown
- See Also:
- Constant Field Values
MultiLineComment
public static final int MultiLineComment
- See Also:
- Constant Field Values
Long
public static final int Long
- See Also:
- Constant Field Values
HINT
public static final int HINT
- See Also:
- Constant Field Values
OracleTokenType
public OracleTokenType()
typename
public static final String typename(int tokType)
Copyright © 2012 Alibaba Group. All Rights Reserved.