LowPriority1

oxygen.sql.schema.RowReprLowPriority.LowPriority1
trait LowPriority1 extends LowPriority2

Attributes

Graph
Supertypes
trait LowPriority2
class Object
trait Matchable
class Any
Known subtypes
object RowRepr

Members list

Value members

Concrete methods

def enum[A : StrictEnum]: RowRepr[A]

Givens

Givens

given enumWithOther[A](using e: EnumWithOther[A]): RowRepr[A]
given seq[F[_], A : ClassTag](using seqOps: SeqOps[F], evidence$1: RowRepr[A], evidence$2: ClassTag[A]): RowRepr[F[A]]
given strictEnum[A](using e: StrictEnum[A]): RowRepr[A]

Inherited givens

given stringEncoded[A](using codec: StringCodec[A], ex: extras): RowRepr[A]

Attributes

Inherited from:
LowPriority2