|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLCommentHint | |
|---|---|
| com.alibaba.druid.sql.dialect.mysql.ast.statement | |
| com.alibaba.druid.sql.dialect.oracle.ast.stmt | |
| com.alibaba.druid.sql.parser | |
| com.alibaba.druid.sql.visitor | |
| Uses of SQLCommentHint in com.alibaba.druid.sql.dialect.mysql.ast.statement |
|---|
| Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type SQLCommentHint | |
|---|---|
List<SQLCommentHint> |
MySqlSelectQueryBlock.getHints()
|
List<SQLCommentHint> |
MySqlCreateTableStatement.getHints()
|
| Method parameters in com.alibaba.druid.sql.dialect.mysql.ast.statement with type arguments of type SQLCommentHint | |
|---|---|
void |
MySqlSelectQueryBlock.setHints(List<SQLCommentHint> hints)
|
void |
MySqlCreateTableStatement.setHints(List<SQLCommentHint> hints)
|
| Uses of SQLCommentHint in com.alibaba.druid.sql.dialect.oracle.ast.stmt |
|---|
| Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return types with arguments of type SQLCommentHint | |
|---|---|
List<SQLCommentHint> |
OracleSelectQueryBlock.getHints()
|
| Uses of SQLCommentHint in com.alibaba.druid.sql.parser |
|---|
| Methods in com.alibaba.druid.sql.parser that return types with arguments of type SQLCommentHint | |
|---|---|
List<SQLCommentHint> |
SQLExprParser.parseHints()
|
| Uses of SQLCommentHint in com.alibaba.druid.sql.visitor |
|---|
| Methods in com.alibaba.druid.sql.visitor with parameters of type SQLCommentHint | |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLCommentHint x)
|
void |
SQLASTVisitor.endVisit(SQLCommentHint x)
|
boolean |
SQLASTVisitorAdapter.visit(SQLCommentHint x)
|
boolean |
SQLASTVisitor.visit(SQLCommentHint x)
|
boolean |
SQLASTOutputVisitor.visit(SQLCommentHint x)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||