Encoded

harness.sql.autoSchema.MigrationStep$.Encoded$
See theEncoded companion trait
object Encoded

Attributes

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

Members list

Type members

Classlikes

final case class Code(name: String, reversible: Boolean) extends Encoded

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Encoded
class Object
trait Matchable
class Any
Show all
sealed trait SqlEncoded extends Encoded

Attributes

Supertypes
trait Encoded
class Object
trait Matchable
class Any
Known subtypes
class CreateCol
class CreateIndex
class CreateSchema
class CreateTable
class DropCol
class DropIndex
class DropSchema
class DropTable
class RenameCol
class RenameIndex
class RenameSchema
class RenameTable
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

Implicits

Implicits

implicit val jsonCodec: JsonCodec[Encoded]