Package com.alibaba.druid.sql.ast
Interface SQLHint
-
- All Superinterfaces:
SQLObject
- All Known Subinterfaces:
MySqlHint,MySqlIndexHint
- All Known Implementing Classes:
MySqlForceIndexHint,MySqlIgnoreIndexHint,MySqlIndexHintImpl,MySqlUseIndexHint,SQLCommentHint,SQLExprHint,TDDLHint
public interface SQLHint extends SQLObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SQLHintclone()-
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
-
-