Uses of Class
com.alibaba.druid.sql.ast.SQLCommentHint
Packages that use SQLCommentHint
Package
Description
-
Uses of SQLCommentHint in com.alibaba.druid.sql.ast
Subclasses of SQLCommentHint in com.alibaba.druid.sql.astFields in com.alibaba.druid.sql.ast declared as SQLCommentHintFields in com.alibaba.druid.sql.ast with type parameters of type SQLCommentHintMethods in com.alibaba.druid.sql.ast that return SQLCommentHintModifier and TypeMethodDescriptionSQLCommentHint.clone()SQLExpr.getHint()SQLObjectImpl.getHint()Methods in com.alibaba.druid.sql.ast that return types with arguments of type SQLCommentHintModifier and TypeMethodDescriptionSQLStatement.getHeadHintsDirect()SQLStatementImpl.getHeadHintsDirect()Methods in com.alibaba.druid.sql.ast with parameters of type SQLCommentHintMethod parameters in com.alibaba.druid.sql.ast with type arguments of type SQLCommentHintModifier and TypeMethodDescriptionvoidSQLStatement.setHeadHints(List<SQLCommentHint> headHints) voidSQLStatementImpl.setHeadHints(List<SQLCommentHint> headHints) -
Uses of SQLCommentHint in com.alibaba.druid.sql.ast.expr
Fields in com.alibaba.druid.sql.ast.expr declared as SQLCommentHintModifier and TypeFieldDescriptionprotected SQLCommentHintSQLInListExpr.hintSQLInSubQueryExpr.hintMethods in com.alibaba.druid.sql.ast.expr that return SQLCommentHintMethods in com.alibaba.druid.sql.ast.expr with parameters of type SQLCommentHintModifier and TypeMethodDescriptionvoidSQLInListExpr.setHint(SQLCommentHint hint) voidSQLInSubQueryExpr.setHint(SQLCommentHint hint) -
Uses of SQLCommentHint in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLCommentHintModifier and TypeFieldDescriptionSQLCharacterDataType.hintsSQLConstraintImpl.hintsprotected List<SQLCommentHint>SQLCreateDatabaseStatement.hintsprotected List<SQLCommentHint>SQLExplainStatement.hintsprotected List<SQLCommentHint>SQLReplaceStatement.hintsprotected List<SQLCommentHint>SQLSelectQueryBlock.hintsMethods in com.alibaba.druid.sql.ast.statement that return SQLCommentHintMethods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLCommentHintModifier and TypeMethodDescriptionSQLCharacterDataType.getHints()SQLConstraintImpl.getHints()SQLCreateDatabaseStatement.getHints()SQLDropTableStatement.getHints()SQLExplainStatement.getHints()SQLReplaceStatement.getHints()SQLSelectQueryBlock.getHints()SQLSetStatement.getHints()SQLShowIndexesStatement.getHints()SQLStartTransactionStatement.getHints()SQLSelectQueryBlock.getHintsDirect()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLCommentHintModifier and TypeMethodDescriptionvoidSQLInsertInto.setHint(SQLCommentHint x) voidSQLSelectGroupByClause.setHint(SQLCommentHint hint) Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLCommentHintModifier and TypeMethodDescriptionvoidSQLCharacterDataType.setHints(List<SQLCommentHint> hints) voidSQLConstraintImpl.setHints(List<SQLCommentHint> hints) voidSQLCreateDatabaseStatement.setHints(List<SQLCommentHint> hints) voidSQLDropTableStatement.setHints(List<SQLCommentHint> hints) voidSQLExplainStatement.setHints(List<SQLCommentHint> hints) voidSQLReplaceStatement.setHints(List<SQLCommentHint> hints) voidSQLSelectQueryBlock.setHints(List<SQLCommentHint> hints) voidSQLSetStatement.setHints(List<SQLCommentHint> hints) voidSQLShowIndexesStatement.setHints(List<SQLCommentHint> hints) voidSQLStartTransactionStatement.setHints(List<SQLCommentHint> hints) -
Uses of SQLCommentHint in com.alibaba.druid.sql.dialect.hive.ast
Methods in com.alibaba.druid.sql.dialect.hive.ast that return types with arguments of type SQLCommentHint -
Uses of SQLCommentHint in com.alibaba.druid.sql.dialect.mysql.ast.expr
Fields in com.alibaba.druid.sql.dialect.mysql.ast.expr declared as SQLCommentHintMethods in com.alibaba.druid.sql.dialect.mysql.ast.expr that return SQLCommentHintMethods in com.alibaba.druid.sql.dialect.mysql.ast.expr with parameters of type SQLCommentHint -
Uses of SQLCommentHint in com.alibaba.druid.sql.dialect.mysql.ast.statement
Fields in com.alibaba.druid.sql.dialect.mysql.ast.statement with type parameters of type SQLCommentHintModifier and TypeFieldDescriptionprotected List<SQLCommentHint>MySqlInsertStatement.hintsprotected List<SQLCommentHint>MySqlUpdateStatement.hintsMethods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type SQLCommentHintModifier and TypeMethodDescriptionMySqlCreateTableStatement.getHints()MySqlDeleteStatement.getHints()MySqlHintStatement.getHints()MySqlInsertStatement.getHints()MySqlLockTableStatement.Item.getHints()MySqlUpdateStatement.getHints()MySqlCreateTableStatement.getOptionHints()Method parameters in com.alibaba.druid.sql.dialect.mysql.ast.statement with type arguments of type SQLCommentHintModifier and TypeMethodDescriptionvoidMySqlCreateTableStatement.setHints(List<SQLCommentHint> hints) voidMySqlHintStatement.setHints(List<SQLCommentHint> hints) voidMySqlInsertStatement.setHints(List<SQLCommentHint> x) voidMySqlLockTableStatement.Item.setHints(List<SQLCommentHint> hints) voidMySqlUpdateStatement.setHints(List<SQLCommentHint> hints) voidMySqlCreateTableStatement.setOptionHints(List<SQLCommentHint> optionHints) -
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 -
Uses of SQLCommentHint in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oscar.ast.stmt that return types with arguments of type SQLCommentHint -
Uses of SQLCommentHint in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return types with arguments of type SQLCommentHint -
Uses of SQLCommentHint in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLCommentHintMethods in com.alibaba.druid.sql.parser that return types with arguments of type SQLCommentHint -
Uses of SQLCommentHint in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLCommentHintModifier and TypeMethodDescriptiondefault voidSQLASTVisitor.endVisit(SQLCommentHint x) booleanSQLASTOutputVisitor.visit(SQLCommentHint x) default booleanSQLASTVisitor.visit(SQLCommentHint x) -
Uses of SQLCommentHint in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLCommentHint -
Uses of SQLCommentHint in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLCommentHintModifier and TypeMethodDescriptionstatic voidWallVisitorUtils.check(WallVisitor visitor, SQLCommentHint x)