| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
OFFSET_FETCH |
" offset ? rows fetch next ? rows only" |
public static final String |
OFFSET_LIMIT |
" offset ? limit ?" |
public static final String |
SIMPLE_LIMIT |
" limit ?, ?" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
TYPE_AND |
4 |
public static final int |
TYPE_GROUP_END |
3 |
public static final int |
TYPE_GROUP_START |
2 |
public static final int |
TYPE_OR |
5 |
public static final int |
TYPE_VALUE |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final char |
AND_OP |
38 |
public static final char |
BRACKET_LEFT |
40 |
public static final char |
BRACKET_RIGHT |
41 |
public static final char |
OR_OP |
124 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
TYPE_AND |
1 |
public static final int |
TYPE_OR |
2 |
public static final int |
TYPE_RAW |
3 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEFAULT |
0 |
public static final int |
LIST_ALL |
3 |
public static final int |
LIST_FIRST |
1 |
public static final int |
LIST_ONLY |
2 |
public static final int |
ONLY_SUMMARY |
5 |
public static final int |
ONLY_TOTAL |
4 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
ORDER_ASC |
"asc" |
public static final String |
ORDER_DESC |
"desc" |
Copyright © 2024. All rights reserved.