Modifier and Type | Class and Description |
---|---|
class |
SQLCommentHint |
Modifier and Type | Method and Description |
---|---|
SQLHint |
SQLHint.clone() |
Modifier and Type | Class and Description |
---|---|
class |
SQLExprHint |
Modifier and Type | Method and Description |
---|---|
List<SQLHint> |
SQLTableSourceImpl.getHints() |
List<SQLHint> |
SQLTableSource.getHints() |
List<SQLHint> |
SQLSelect.getHints() |
List<SQLHint> |
SQLMergeStatement.getHints() |
Modifier and Type | Method and Description |
---|---|
void |
SQLTableSourceImpl.setHints(List<SQLHint> hints) |
Modifier and Type | Interface and Description |
---|---|
interface |
MySqlHint |
interface |
MySqlIndexHint |
Modifier and Type | Class and Description |
---|---|
class |
MySqlForceIndexHint |
class |
MySqlIgnoreIndexHint |
class |
MySqlIndexHintImpl |
class |
MySqlUseIndexHint |
Modifier and Type | Method and Description |
---|---|
List<SQLHint> |
OdpsSelectQueryBlock.getHints() |
List<SQLHint> |
OdpsSelectQueryBlock.getHintsDirect() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsSelectQueryBlock.setHints(List<SQLHint> hints) |
Modifier and Type | Method and Description |
---|---|
List<SQLHint> |
OracleUpdateStatement.getHints() |
List<SQLHint> |
OracleMultiInsertStatement.getHints() |
List<SQLHint> |
OracleInsertStatement.getHints() |
List<SQLHint> |
OracleDeleteStatement.getHints() |
Modifier and Type | Method and Description |
---|---|
void |
OracleMultiInsertStatement.setHints(List<SQLHint> hints) |
void |
OracleInsertStatement.setHints(List<SQLHint> hints) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStatementParser.parseHints(List<SQLHint> hints) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.