All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scalar.db.sql.UserOption Maven / Gradle / Ivy

There is a newer version: 3.14.0
Show newest version
package com.scalar.db.sql;

/** The user options. */
public enum UserOption {
  /** If specified, the user is created as a superuser. */
  SUPERUSER,

  /**
   * If specified, the user is created as a non-superuser. If neither SUPERUSER nor NO_SUPERUSER is
   * specified, the user is created as a non-superuser.
   */
  NO_SUPERUSER,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy