Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGDropDatabaseStatement
Packages that use PGDropDatabaseStatement
Package
Description
-
Uses of PGDropDatabaseStatement in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser that return PGDropDatabaseStatementModifier and TypeMethodDescriptionPGSQLStatementParser.parseDropDatabaseOrSchema(boolean acceptDrop) -
Uses of PGDropDatabaseStatement in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type PGDropDatabaseStatementModifier and TypeMethodDescriptiondefault voidPGASTVisitor.endVisit(PGDropDatabaseStatement x) default booleanPGASTVisitor.visit(PGDropDatabaseStatement x) booleanPGOutputVisitor.visit(PGDropDatabaseStatement x)