Class PGCreateSchemaStatement

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

public class PGCreateSchemaStatement extends SQLStatementImpl implements PGSQLStatement, SQLCreateStatement
  • Constructor Details

    • PGCreateSchemaStatement

      public PGCreateSchemaStatement()
  • Method Details

    • getSchemaName

      public SQLIdentifierExpr getSchemaName()
    • setSchemaName

      public void setSchemaName(SQLIdentifierExpr schemaName)
    • getUserName

      public SQLIdentifierExpr getUserName()
    • setUserName

      public void setUserName(SQLIdentifierExpr userName)
    • isIfNotExists

      public boolean isIfNotExists()
    • setIfNotExists

      public void setIfNotExists(boolean ifNotExists)
    • isAuthorization

      public boolean isAuthorization()
    • setAuthorization

      public void setAuthorization(boolean authorization)
    • accept0

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

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