Packages

final class MySql[F[_]] extends Databases[F, Connection, Role] with StaticRoles[F] with RootRotation[F]

Source
MySql.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MySql
  2. RootRotation
  3. StaticRoles
  4. Databases
  5. AnyRef
  6. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MySql(path: String, uri: Uri)(implicit arg0: Concurrent[F], arg1: Client[F], token: Raw)

Value Members

  1. object connections
    Definition Classes
    Databases
  2. object roles extends RolesCRUD[F, Role]
    Definition Classes
    Databases
  3. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def ##: Int
    Definition Classes
    AnyRef → Any
  5. def ->[B](y: B): (MySql[F], B)
    Implicit
    This member is added by an implicit conversion from MySql[F] toArrowAssoc[MySql[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. implicit val F: Concurrent[F]
    Attributes
    protected
    Definition Classes
    Databases
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val dsl: DSL[F]
    Attributes
    protected
    Definition Classes
    Databases
  11. def ensuring(cond: (MySql[F]) => Boolean, msg: => Any): MySql[F]
    Implicit
    This member is added by an implicit conversion from MySql[F] toEnsuring[MySql[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (MySql[F]) => Boolean): MySql[F]
    Implicit
    This member is added by an implicit conversion from MySql[F] toEnsuring[MySql[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): MySql[F]
    Implicit
    This member is added by an implicit conversion from MySql[F] toEnsuring[MySql[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): MySql[F]
    Implicit
    This member is added by an implicit conversion from MySql[F] toEnsuring[MySql[F]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MySql[F] toStringFormat[MySql[F]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. def generateCredentials(role: String): F[Credential]

    Rotates the root superuser credentials stored for the database connection.

    Rotates the root superuser credentials stored for the database connection. This user must have permissions to update its own password.

    role

    the name of the role to create credentials against.

    Definition Classes
    Databases
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getStaticCredentials(staticRole: String): F[StaticCredential]

    staticRole

    the name of the static role to get credentials for.

    returns

    the current credentials based on the named static role.

    Definition Classes
    StaticRoles
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val path: String
    Definition Classes
    Databases
  28. def rotateRootCredentials(connection: String): F[Unit]

    Rotates the root superuser credentials stored for the database connection.

    Rotates the root superuser credentials stored for the database connection. This user must have permissions to update its own password.

    connection

    the name of the connection to rotate.

    Definition Classes
    RootRotation
  29. def rotateStaticRootCredentials(staticRole: String): F[Unit]

    Rotate the Static Role credentials stored for a given role name.

    Rotate the Static Role credentials stored for a given role name. While Static Roles are rotated automatically by Vault at configured rotation periods, users can use this endpoint to manually trigger a rotation to change the stored password and reset the TTL of the Static Role's password.

    staticRole

    the name of the connection to rotate.

    Definition Classes
    StaticRoles
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. implicit val token: Raw
    Attributes
    protected
    Definition Classes
    Databases
  33. val uri: Uri
    Definition Classes
    Databases
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. object staticRoles
    Definition Classes
    StaticRoles

Deprecated Value Members

  1. def [B](y: B): (MySql[F], B)
    Implicit
    This member is added by an implicit conversion from MySql[F] toArrowAssoc[MySql[F]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from RootRotation[F]

Inherited from StaticRoles[F]

Inherited from Databases[F, Connection, Role]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringFormat fromMySql[F] to StringFormat[MySql[F]]

Inherited by implicit conversion Ensuring fromMySql[F] to Ensuring[MySql[F]]

Inherited by implicit conversion ArrowAssoc fromMySql[F] to ArrowAssoc[MySql[F]]

Ungrouped