Uses of Class
com.alibaba.druid.sql.ast.statement.SQLAlterTableDropSubpartition
-
Packages that use SQLAlterTableDropSubpartition Package Description com.alibaba.druid.sql.parser com.alibaba.druid.sql.visitor -
-
Uses of SQLAlterTableDropSubpartition in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLAlterTableDropSubpartition Modifier and Type Method Description protected SQLAlterTableDropSubpartitionSQLStatementParser. parseAlterTableDropSubpartition() -
Uses of SQLAlterTableDropSubpartition in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLAlterTableDropSubpartition Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLAlterTableDropSubpartition x)default booleanSQLASTVisitor. visit(SQLAlterTableDropSubpartition x)
-