Class SQLCreateRoleStatement

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

public class SQLCreateRoleStatement extends SQLStatementImpl implements SQLCreateStatement
  • Field Details

    • ifNotExists

      protected boolean ifNotExists
  • Constructor Details

    • SQLCreateRoleStatement

      public SQLCreateRoleStatement()
    • SQLCreateRoleStatement

      public SQLCreateRoleStatement(DbType dbType)
  • Method Details