Uses of Class
com.alibaba.druid.sql.ast.SQLCommentHint
-
-
Uses of SQLCommentHint in com.alibaba.druid.sql.ast
Subclasses of SQLCommentHint in com.alibaba.druid.sql.ast Modifier and Type Class Description classTDDLHintFields in com.alibaba.druid.sql.ast declared as SQLCommentHint Modifier and Type Field Description protected SQLCommentHintSQLObjectImpl. hintFields in com.alibaba.druid.sql.ast with type parameters of type SQLCommentHint Modifier and Type Field Description protected List<SQLCommentHint>SQLStatementImpl. headHintsMethods in com.alibaba.druid.sql.ast that return SQLCommentHint Modifier and Type Method Description SQLCommentHintSQLCommentHint. clone()SQLCommentHintSQLExpr. getHint()SQLCommentHintSQLObjectImpl. getHint()Methods in com.alibaba.druid.sql.ast that return types with arguments of type SQLCommentHint Modifier and Type Method Description List<SQLCommentHint>SQLStatement. getHeadHintsDirect()List<SQLCommentHint>SQLStatementImpl. getHeadHintsDirect()Methods in com.alibaba.druid.sql.ast with parameters of type SQLCommentHint Modifier and Type Method Description voidSQLObjectImpl. setHint(SQLCommentHint hint)Method parameters in com.alibaba.druid.sql.ast with type arguments of type SQLCommentHint Modifier and Type Method Description voidSQLStatement. 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 SQLCommentHint Modifier and Type Field Description protected SQLCommentHintSQLInListExpr. hintSQLCommentHintSQLInSubQueryExpr. hintMethods in com.alibaba.druid.sql.ast.expr that return SQLCommentHint Modifier and Type Method Description SQLCommentHintSQLInListExpr. getHint()SQLCommentHintSQLInSubQueryExpr. getHint()Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLCommentHint Modifier and Type Method Description voidSQLInListExpr. 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 SQLCommentHint Modifier and Type Field Description List<SQLCommentHint>SQLCharacterDataType. hintsList<SQLCommentHint>SQLConstraintImpl. 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 SQLCommentHint Modifier and Type Method Description SQLCommentHintSQLInsertInto. getHint()SQLCommentHintSQLSelectGroupByClause. getHint()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLCommentHint Modifier and Type Method Description List<SQLCommentHint>SQLCharacterDataType. getHints()List<SQLCommentHint>SQLConstraintImpl. getHints()List<SQLCommentHint>SQLCreateDatabaseStatement. getHints()List<SQLCommentHint>SQLDropTableStatement. getHints()List<SQLCommentHint>SQLExplainStatement. getHints()List<SQLCommentHint>SQLReplaceStatement. getHints()List<SQLCommentHint>SQLSelectQueryBlock. getHints()List<SQLCommentHint>SQLSetStatement. getHints()List<SQLCommentHint>SQLShowIndexesStatement. getHints()List<SQLCommentHint>SQLStartTransactionStatement. getHints()List<SQLCommentHint>SQLSelectQueryBlock. getHintsDirect()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLCommentHint Modifier and Type Method Description voidSQLInsertInto. setHint(SQLCommentHint x)voidSQLSelectGroupByClause. setHint(SQLCommentHint hint)Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLCommentHint Modifier and Type Method Description voidSQLCharacterDataType. 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 Modifier and Type Method Description List<SQLCommentHint>HiveInsertStatement. getHeadHintsDirect() -
Uses of SQLCommentHint in com.alibaba.druid.sql.dialect.mysql.ast.expr
Fields in com.alibaba.druid.sql.dialect.mysql.ast.expr declared as SQLCommentHint Modifier and Type Field Description protected SQLCommentHintMySqlExprImpl. hintMethods in com.alibaba.druid.sql.dialect.mysql.ast.expr that return SQLCommentHint Modifier and Type Method Description SQLCommentHintMySqlExprImpl. getHint()Methods in com.alibaba.druid.sql.dialect.mysql.ast.expr with parameters of type SQLCommentHint Modifier and Type Method Description voidMySqlExprImpl. setHint(SQLCommentHint hint) -
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 SQLCommentHint Modifier and Type Field Description protected List<SQLCommentHint>MySqlInsertStatement. hintsprotected List<SQLCommentHint>MySqlUpdateStatement. hintsMethods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type SQLCommentHint Modifier and Type Method Description List<SQLCommentHint>MySqlCreateTableStatement. getHints()List<SQLCommentHint>MySqlDeleteStatement. getHints()List<SQLCommentHint>MySqlHintStatement. getHints()List<SQLCommentHint>MySqlInsertStatement. getHints()List<SQLCommentHint>MySqlLockTableStatement.Item. getHints()List<SQLCommentHint>MySqlUpdateStatement. getHints()List<SQLCommentHint>MySqlCreateTableStatement. getOptionHints()Method parameters in com.alibaba.druid.sql.dialect.mysql.ast.statement with type arguments of type SQLCommentHint Modifier and Type Method Description voidMySqlCreateTableStatement. 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 Modifier and Type Method Description List<SQLCommentHint>OracleInsertStatement. getHeadHintsDirect() -
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 Modifier and Type Method Description List<SQLCommentHint>OscarInsertStatement. getHeadHintsDirect() -
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 Modifier and Type Method Description List<SQLCommentHint>PGInsertStatement. getHeadHintsDirect() -
Uses of SQLCommentHint in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLCommentHint Modifier and Type Method Description SQLCommentHintSQLExprParser. parseHint()Methods in com.alibaba.druid.sql.parser that return types with arguments of type SQLCommentHint Modifier and Type Method Description 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 Modifier and Type Method Description default 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 Modifier and Type Method Description default booleanWallVisitor. visit(SQLCommentHint x) -
Uses of SQLCommentHint in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLCommentHint Modifier and Type Method Description static voidWallVisitorUtils. check(WallVisitor visitor, SQLCommentHint x)
-