Uses of Interface
com.alibaba.druid.sql.ast.SQLHint
-
-
Uses of SQLHint in com.alibaba.druid.sql.ast
Classes in com.alibaba.druid.sql.ast that implement SQLHint Modifier and Type Class Description classSQLCommentHintclassTDDLHintMethods in com.alibaba.druid.sql.ast that return SQLHint Modifier and Type Method Description SQLHintSQLHint. clone() -
Uses of SQLHint in com.alibaba.druid.sql.ast.statement
Classes in com.alibaba.druid.sql.ast.statement that implement SQLHint Modifier and Type Class Description classSQLExprHintFields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLHint Modifier and Type Field Description protected List<SQLHint>SQLSelect. hintsprotected List<SQLHint>SQLTableSourceImpl. hintsMethods in com.alibaba.druid.sql.ast.statement that return SQLHint Modifier and Type Method Description SQLHintSQLSelect. getHeadHint()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLHint Modifier and Type Method Description List<SQLHint>SQLMergeStatement. getHints()List<SQLHint>SQLSelect. getHints()List<SQLHint>SQLTableSource. getHints()List<SQLHint>SQLTableSourceImpl. getHints()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLHint Modifier and Type Method Description voidSQLSelect. setHeadHint(SQLHint headHint)Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLHint Modifier and Type Method Description voidSQLTableSourceImpl. setHints(List<SQLHint> hints) -
Uses of SQLHint in com.alibaba.druid.sql.dialect.impala.stmt
Methods in com.alibaba.druid.sql.dialect.impala.stmt that return types with arguments of type SQLHint Modifier and Type Method Description List<SQLHint>ImpalaInsertStatement. getInsertHints()List<SQLHint>ImpalaInsertStatement. getSelectHints()Method parameters in com.alibaba.druid.sql.dialect.impala.stmt with type arguments of type SQLHint Modifier and Type Method Description voidImpalaInsertStatement. setInsertHints(List<SQLHint> insertHints)voidImpalaInsertStatement. setSelectHints(List<SQLHint> selectHint) -
Uses of SQLHint in com.alibaba.druid.sql.dialect.mysql.ast
Subinterfaces of SQLHint in com.alibaba.druid.sql.dialect.mysql.ast Modifier and Type Interface Description interfaceMySqlHintinterfaceMySqlIndexHintClasses in com.alibaba.druid.sql.dialect.mysql.ast that implement SQLHint Modifier and Type Class Description classMySqlForceIndexHintclassMySqlIgnoreIndexHintclassMySqlIndexHintImplclassMySqlUseIndexHint -
Uses of SQLHint 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 SQLHint Modifier and Type Method Description List<SQLHint>OracleDeleteStatement. getHints()List<SQLHint>OracleInsertStatement. getHints()List<SQLHint>OracleMultiInsertStatement. getHints()List<SQLHint>OracleUpdateStatement. getHints()Method parameters in com.alibaba.druid.sql.dialect.oracle.ast.stmt with type arguments of type SQLHint Modifier and Type Method Description voidOracleInsertStatement. setHints(List<SQLHint> hints)voidOracleMultiInsertStatement. setHints(List<SQLHint> hints)voidOracleUpdateStatement. setHints(List<SQLHint> hints) -
Uses of SQLHint in com.alibaba.druid.sql.parser
Method parameters in com.alibaba.druid.sql.parser with type arguments of type SQLHint Modifier and Type Method Description voidSQLStatementParser. parseHints(List<SQLHint> hints)
-