Class PGCreateSchemaStatement

    • Constructor Detail

      • PGCreateSchemaStatement

        public PGCreateSchemaStatement()
    • Method Detail

      • getSchemaName

        public SQLName getSchemaName()
      • setSchemaName

        public void setSchemaName​(SQLName schemaName)
      • isIfNotExists

        public boolean isIfNotExists()
      • setIfNotExists

        public void setIfNotExists​(boolean ifNotExists)
      • isAuthorization

        public boolean isAuthorization()
      • setAuthorization

        public void setAuthorization​(boolean authorization)