oxygen.sql.schema.RowRepr
 See theRowRepr companion trait
  object RowRepr extends LowPriority1
 
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            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
Inherited givens
Attributes
- Inherited from:
 - LowPriority1
 
Attributes
- Inherited from:
 - LowPriority1
 
Attributes
- Inherited from:
 - LowPriority1
 
Attributes
- Inherited from:
 - LowPriority2
 
In this article