接口 OrderByTemplateTokenTypes
-
public interface OrderByTemplateTokenTypes
-
-
字段概要
字段 修饰符和类型 字段 说明 static intASCENDINGstatic intCLOSE_PARENstatic intCOLLATEstatic intCOLUMN_REFstatic intCOMMAstatic intDESCENDINGstatic intDOTstatic intEOFstatic intESCqsstatic intEXPONENTstatic intEXPR_LISTstatic intFIRSTstatic intFLOAT_SUFFIXstatic intHARD_QUOTEstatic intHEX_DIGITstatic intID_LETTERstatic intID_START_LETTERstatic intIDENTstatic intIDENT_LISTstatic intLASTstatic intLITERAL_ascendingstatic intLITERAL_descendingstatic intNULL_ORDERstatic intNULL_TREE_LOOKAHEADstatic intNULLSstatic intNUM_DOUBLEstatic intNUM_FLOATstatic intNUM_INTstatic intNUM_LONGstatic intOPEN_PARENstatic intORDER_BYstatic intORDER_SPECstatic intQUOTED_STRINGstatic intSORT_KEYstatic intSORT_SPECstatic intWS
-
-
-
字段详细资料
-
EOF
static final int EOF
- 另请参阅:
- 常量字段值
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- 另请参阅:
- 常量字段值
-
ORDER_BY
static final int ORDER_BY
- 另请参阅:
- 常量字段值
-
SORT_SPEC
static final int SORT_SPEC
- 另请参阅:
- 常量字段值
-
ORDER_SPEC
static final int ORDER_SPEC
- 另请参阅:
- 常量字段值
-
NULL_ORDER
static final int NULL_ORDER
- 另请参阅:
- 常量字段值
-
SORT_KEY
static final int SORT_KEY
- 另请参阅:
- 常量字段值
-
EXPR_LIST
static final int EXPR_LIST
- 另请参阅:
- 常量字段值
-
DOT
static final int DOT
- 另请参阅:
- 常量字段值
-
IDENT_LIST
static final int IDENT_LIST
- 另请参阅:
- 常量字段值
-
COLUMN_REF
static final int COLUMN_REF
- 另请参阅:
- 常量字段值
-
COLLATE
static final int COLLATE
- 另请参阅:
- 常量字段值
-
ASCENDING
static final int ASCENDING
- 另请参阅:
- 常量字段值
-
DESCENDING
static final int DESCENDING
- 另请参阅:
- 常量字段值
-
NULLS
static final int NULLS
- 另请参阅:
- 常量字段值
-
FIRST
static final int FIRST
- 另请参阅:
- 常量字段值
-
LAST
static final int LAST
- 另请参阅:
- 常量字段值
-
COMMA
static final int COMMA
- 另请参阅:
- 常量字段值
-
HARD_QUOTE
static final int HARD_QUOTE
- 另请参阅:
- 常量字段值
-
IDENT
static final int IDENT
- 另请参阅:
- 常量字段值
-
OPEN_PAREN
static final int OPEN_PAREN
- 另请参阅:
- 常量字段值
-
CLOSE_PAREN
static final int CLOSE_PAREN
- 另请参阅:
- 常量字段值
-
NUM_DOUBLE
static final int NUM_DOUBLE
- 另请参阅:
- 常量字段值
-
NUM_FLOAT
static final int NUM_FLOAT
- 另请参阅:
- 常量字段值
-
NUM_INT
static final int NUM_INT
- 另请参阅:
- 常量字段值
-
NUM_LONG
static final int NUM_LONG
- 另请参阅:
- 常量字段值
-
QUOTED_STRING
static final int QUOTED_STRING
- 另请参阅:
- 常量字段值
-
LITERAL_ascending
static final int LITERAL_ascending
- 另请参阅:
- 常量字段值
-
LITERAL_descending
static final int LITERAL_descending
- 另请参阅:
- 常量字段值
-
ID_START_LETTER
static final int ID_START_LETTER
- 另请参阅:
- 常量字段值
-
ID_LETTER
static final int ID_LETTER
- 另请参阅:
- 常量字段值
-
ESCqs
static final int ESCqs
- 另请参阅:
- 常量字段值
-
HEX_DIGIT
static final int HEX_DIGIT
- 另请参阅:
- 常量字段值
-
EXPONENT
static final int EXPONENT
- 另请参阅:
- 常量字段值
-
FLOAT_SUFFIX
static final int FLOAT_SUFFIX
- 另请参阅:
- 常量字段值
-
WS
static final int WS
- 另请参阅:
- 常量字段值
-
-