Step

harness.sql.autoSchema.InMemoryMigration$.Step$
See theStep companion trait
object Step

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Step.type

Members list

Keywords
  • no keywords
  • case
  • final
Inherited
  • Not inherited
  • Mirror

Type members

Classlikes

final case class Auto(tables: Tables, allowDrops: Boolean) extends Step

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Step
class Object
trait Matchable
class Any
Show all
final case class Manual(step: InMemory) extends Step

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Step
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(step: InMemory): Step
def code(name: String)(up: RIO[HarnessEnv & JDBCConnection, Unit]): Step
def code(name: String)(up: RIO[HarnessEnv & JDBCConnection, Unit], down: RIO[HarnessEnv & JDBCConnection, Unit]): Step