InMemory

harness.sql.autoSchema.MigrationStep$.InMemory$
See theInMemory companion trait
object InMemory

Attributes

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

Members list

Type members

Classlikes

object Auto

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Auto.type
sealed trait Auto extends InMemory

Attributes

Companion
object
Supertypes
trait InMemory
class Object
trait Matchable
class Any
Known subtypes
class CreateCol
class CreateSchema
class CreateTable
class DropCol
class DropSchema
class DropTable
Show all
final case class Code(name: String, up: RIO[Database, Unit], down: Option[RIO[Database, Unit]]) extends InMemory

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait InMemory
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