Interface RedshiftObject
-
- All Superinterfaces:
SQLObject
- All Known Implementing Classes:
RedshiftCreateTableStatement,RedshiftObjectImpl,RedshiftSortKey
public interface RedshiftObject extends SQLObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept0(RedshiftASTVisitor 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(RedshiftASTVisitor visitor)
-
-