oxygen.sql.schema.RowRepr
See theRowRepr companion trait
object RowRepr
Attributes
Members list
Type members
Classlikes
final case class ColumnRepr[A] extends RowRepr[A]
object ColumnRepr
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ColumnRepr.type
final case class OptionalRepr[A](inner: RowRepr[A]) extends RowRepr[Option[A]]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ProductRepr extends Derivable[ProductRepr]
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ProductRepr.type
trait ProductRepr[A] extends RowRepr[A]
Attributes
- Companion
- object
- Supertypes
- Self type
-
ProductRepr[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RowRepr[B]class Objecttrait Matchableclass AnyShow all
final case class TransformOrFail[A, B](initial: RowRepr[A], ab: A => Either[String, B], ba: B => A) extends RowRepr[B]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RowRepr[B]class Objecttrait Matchableclass AnyShow all
Givens
Givens
In this article