Packages

implicit class Reversible[T <: jdbc.JdbcProfile.Table[_]] extends ReversibleMigration with SqlMigration

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reversible
  2. SqlMigration
  3. ReversibleMigration
  4. Migration
  5. AnyRef
  6. Any
Implicitly
  1. by MigrationConcat
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Reversible(underlying: TableMigration[T, Action.Reversible])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def &[N <: Migration, O](n: N)(implicit ccm: CanConcatMigrations[Reversible[T], N, O]): O

    Append another Migration to form a MigrationSeq If both sides are ReversibleMigrations then a ReversibleMigrationSeq is returned.

    Append another Migration to form a MigrationSeq If both sides are ReversibleMigrations then a ReversibleMigrationSeq is returned.

    n

    the Migration to append

    Implicit
    This member is added by an implicit conversion from Reversible[T] toMigrationConcat[Reversible[T]] performed by method MigrationConcat in slick.migration.api.Migration.
    Definition Classes
    MigrationConcat
    Example:
    1. val combined = mig1 & mig2 & mig3
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Reversible[T] toany2stringadd[Reversible[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (Reversible[T], B)
    Implicit
    This member is added by an implicit conversion from Reversible[T] toArrowAssoc[Reversible[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply(): SimpleJdbcAction[Unit]
    Definition Classes
    SqlMigrationMigration
  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() @HotSpotIntrinsicCandidate()
  10. def ensuring(cond: (Reversible[T]) => Boolean, msg: => Any): Reversible[T]
    Implicit
    This member is added by an implicit conversion from Reversible[T] toEnsuring[Reversible[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Reversible[T]) => Boolean): Reversible[T]
    Implicit
    This member is added by an implicit conversion from Reversible[T] toEnsuring[Reversible[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): Reversible[T]
    Implicit
    This member is added by an implicit conversion from Reversible[T] toEnsuring[Reversible[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Reversible[T]
    Implicit
    This member is added by an implicit conversion from Reversible[T] toEnsuring[Reversible[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Reversible[T] toStringFormat[Reversible[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def reverse: TableMigration[T, Action]
    Definition Classes
    ReversibleReversibleMigration
  24. def sql: List[String]

    The SQL statements to run

    The SQL statements to run

    Definition Classes
    ReversibleSqlMigration
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    Reversible → AnyRef → Any
  27. val underlying: TableMigration[T, Action.Reversible]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (Reversible[T], B)
    Implicit
    This member is added by an implicit conversion from Reversible[T] toArrowAssoc[Reversible[T]] 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 SqlMigration

Inherited from ReversibleMigration

Inherited from Migration

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion MigrationConcat fromReversible[T] to MigrationConcat[Reversible[T]]

Inherited by implicit conversion any2stringadd fromReversible[T] to any2stringadd[Reversible[T]]

Inherited by implicit conversion StringFormat fromReversible[T] to StringFormat[Reversible[T]]

Inherited by implicit conversion Ensuring fromReversible[T] to Ensuring[Reversible[T]]

Inherited by implicit conversion ArrowAssoc fromReversible[T] to ArrowAssoc[Reversible[T]]

Ungrouped