| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final java.lang.String |
COMMA |
", " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
TIME_WITH_TIMEZONE |
2013 |
protected static final int |
TIMESTAMP_WITH_TIMEZONE |
2014 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final java.lang.String |
HIGH_PRIORITY |
"high_priority " |
protected static final java.lang.String |
LOCK_IN_SHARE_MODE |
"\nlock in share mode " |
protected static final java.lang.String |
SQL_BIG_RESULT |
"sql_big_result " |
protected static final java.lang.String |
SQL_BUFFER_RESULT |
"sql_buffer_result " |
protected static final java.lang.String |
SQL_CACHE |
"sql_cache " |
protected static final java.lang.String |
SQL_CALC_FOUND_ROWS |
"sql_calc_found_rows " |
protected static final java.lang.String |
SQL_NO_CACHE |
"sql_no_cache " |
protected static final java.lang.String |
SQL_SMALL_RESULT |
"sql_small_result " |
protected static final java.lang.String |
STRAIGHT_JOIN |
"straight_join " |
protected static final java.lang.String |
WITH_ROLLUP |
"\nwith rollup " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final java.lang.String |
REPLACE_INTO |
"replace into " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final java.lang.String |
CONNECT_BY |
"\nconnect by " |
protected static final java.lang.String |
CONNECT_BY_NOCYCLE_PRIOR |
"\nconnect by nocycle prior " |
protected static final java.lang.String |
CONNECT_BY_PRIOR |
"\nconnect by prior " |
protected static final java.lang.String |
ORDER_SIBLINGS_BY |
"\norder siblings by " |
protected static final java.lang.String |
START_WITH |
"\nstart with " |
Copyright © 2007–2021 Querydsl. All rights reserved.