| 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> |
SQLSelect.getHints() |
List<SQLHint> |
SQLMergeStatement.getHints() |
List<SQLHint> |
SQLUpdateStatement.getHints() |
List<SQLHint> |
SQLTableSource.getHints() |
List<SQLHint> |
SQLTableSourceImpl.getHints() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLUpdateStatement.setHints(List<SQLHint> hints) |
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> |
OracleUpdateStatement.getHints() |
List<SQLHint> |
OracleInsertStatement.getHints() |
List<SQLHint> |
OracleMultiInsertStatement.getHints() |
List<SQLHint> |
OracleDeleteStatement.getHints() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleInsertStatement.setHints(List<SQLHint> hints) |
void |
OracleMultiInsertStatement.setHints(List<SQLHint> hints) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLStatementParser.parseHints(List<SQLHint> hints) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.