Interface TDObject
-
- All Superinterfaces:
SQLObject
- All Known Implementing Classes:
TDCreateTableStatement,TDDateDataType,TDNormalize
public interface TDObject extends SQLObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(SQLASTVisitor v)voidaccept0(TDASTVisitor visitor)-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-
-
-
Method Detail
-
accept
default void accept(SQLASTVisitor v)
-
accept0
void accept0(TDASTVisitor visitor)
-
-