Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGDropSchemaStatement
-
Packages that use PGDropSchemaStatement Package Description com.alibaba.druid.sql.dialect.postgresql.parser com.alibaba.druid.sql.dialect.postgresql.visitor -
-
Uses of PGDropSchemaStatement in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser that return PGDropSchemaStatement Modifier and Type Method Description PGDropSchemaStatementPGSQLStatementParser. parseDropSchema(boolean physical) -
Uses of PGDropSchemaStatement in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type PGDropSchemaStatement Modifier and Type Method Description default voidPGASTVisitor. endVisit(PGDropSchemaStatement x)voidPGASTVisitorAdapter. endVisit(PGDropSchemaStatement x)default booleanPGASTVisitor. visit(PGDropSchemaStatement x)booleanPGASTVisitorAdapter. visit(PGDropSchemaStatement x)booleanPGOutputVisitor. visit(PGDropSchemaStatement x)booleanPGSchemaStatVisitor. visit(PGDropSchemaStatement x)
-