Interface MySqlHint
-
- All Superinterfaces:
MySqlObject,SQLHint,SQLObject
- All Known Subinterfaces:
MySqlIndexHint
- All Known Implementing Classes:
MySqlForceIndexHint,MySqlIgnoreIndexHint,MySqlIndexHintImpl,MySqlUseIndexHint
public interface MySqlHint extends SQLHint, MySqlObject
-
-
Method Summary
-
Methods inherited from interface com.alibaba.druid.sql.dialect.mysql.ast.MySqlObject
accept0
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-