Class SQLCreateUserStatement

    • Constructor Detail

      • SQLCreateUserStatement

        public SQLCreateUserStatement()
    • Method Detail

      • getUser

        public SQLName getUser()
      • setUser

        public void setUser​(SQLName user)
      • isPostgresqlWith

        public boolean isPostgresqlWith()
      • setPostgresqlWith

        public void setPostgresqlWith​(boolean postgresqlWith)
      • isPostgresqlEncrypted

        public boolean isPostgresqlEncrypted()
      • setPostgresqlEncrypted

        public void setPostgresqlEncrypted​(boolean postgresqlEncrypted)
      • getPassword

        public SQLExpr getPassword()
      • setPassword

        public void setPassword​(SQLExpr password)