Modifier and Type | Constant Field | Value |
---|---|---|
protected static final 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 String |
HIGH_PRIORITY |
"high_priority " |
protected static final String |
LOCK_IN_SHARE_MODE |
"\nlock in share mode " |
protected static final String |
SQL_BIG_RESULT |
"sql_big_result " |
protected static final String |
SQL_BUFFER_RESULT |
"sql_buffer_result " |
protected static final String |
SQL_CACHE |
"sql_cache " |
protected static final String |
SQL_CALC_FOUND_ROWS |
"sql_calc_found_rows " |
protected static final String |
SQL_NO_CACHE |
"sql_no_cache " |
protected static final String |
SQL_SMALL_RESULT |
"sql_small_result " |
protected static final String |
STRAIGHT_JOIN |
"straight_join " |
protected static final String |
WITH_ROLLUP |
"\nwith rollup " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
REPLACE_INTO |
"replace into " |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CONNECT_BY |
"\nconnect by " |
protected static final String |
CONNECT_BY_NOCYCLE_PRIOR |
"\nconnect by nocycle prior " |
protected static final String |
CONNECT_BY_PRIOR |
"\nconnect by prior " |
protected static final String |
ORDER_SIBLINGS_BY |
"\norder siblings by " |
protected static final String |
START_WITH |
"\nstart with " |
Copyright © 2007–2018 Querydsl. All rights reserved.