Class SQLCreateUserStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLCreateStatement, SQLDDLStatement

public class SQLCreateUserStatement extends SQLStatementImpl implements SQLCreateStatement
  • Constructor Details

    • SQLCreateUserStatement

      public SQLCreateUserStatement()
  • Method Details

    • 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)
    • accept0

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

      public SQLDDLStatement.DDLObjectType getDDLObjectType()
      Specified by:
      getDDLObjectType in interface SQLDDLStatement