public static interface SqlWord.Assistant
辅助关键字
| Modifier and Type | Field and Description |
|---|---|
static String |
ASC
6.ASC
|
static String |
COMMENT
10.COMMENT
|
static String |
DESC
7.DESC
|
static String |
DISTINCT
8.DISTINCT 去重
|
static String |
FOREIGN
2.FOREIGN
|
static String |
GROUP
5.GROUP
|
static String |
ORDER
4.ORDER
|
static String |
PRIMARY
1.PRIMARY
|
static String |
REFERENCES
3.REFERENCES
|
static String |
TOP
9.TOP
|
static String |
UNIQUE
0.UNIQUE
|
static final String UNIQUE
0.UNIQUE
static final String PRIMARY
1.PRIMARY
static final String FOREIGN
2.FOREIGN
static final String REFERENCES
3.REFERENCES
static final String ORDER
4.ORDER
static final String GROUP
5.GROUP
static final String ASC
6.ASC
static final String DESC
7.DESC
static final String DISTINCT
8.DISTINCT 去重
static final String TOP
9.TOP
static final String COMMENT
10.COMMENT
Copyright © 2021. All rights reserved.