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