Class PGAlterDatabaseStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGAlterDatabaseStatement
All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLAlterStatement, SQLDDLStatement, PGSQLObject, PGSQLStatement

public class PGAlterDatabaseStatement extends SQLStatementImpl implements PGSQLStatement, SQLAlterStatement
Author:
lizongbo
See Also:
  • Constructor Details

    • PGAlterDatabaseStatement

      public PGAlterDatabaseStatement(DbType dbType)
  • Method Details