Interface StarRocksObject
-
- All Superinterfaces:
SQLObject
- All Known Implementing Classes:
StarRocksAggregateKey,StarRocksCreateTableStatement,StarRocksDuplicateKey
public interface StarRocksObject extends SQLObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(SQLASTVisitor visitor)voidaccept0(StarRocksASTVisitor v)-
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
-
accept0
void accept0(StarRocksASTVisitor v)
-
accept
default void accept(SQLASTVisitor visitor)
-
-