Class PGDropDatabaseStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLReplaceable, SQLStatement, SQLDDLStatement, SQLDropStatement, PGSQLObject, PGSQLStatement

public class PGDropDatabaseStatement extends SQLDropCatalogStatement implements PGSQLStatement
  • Constructor Details

    • PGDropDatabaseStatement

      public PGDropDatabaseStatement(DbType dbType)
  • Method Details

    • isUsingWith

      public boolean isUsingWith()
    • setUsingWith

      public void setUsingWith(boolean usingWith)
    • isForce

      public boolean isForce()
    • setForce

      public void setForce(boolean force)
    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLDropCatalogStatement
    • accept0

      public void accept0(PGASTVisitor visitor)
      Specified by:
      accept0 in interface PGSQLObject