ProductRepr

oxygen.sql.schema.RowRepr.ProductRepr
See theProductRepr companion trait
object ProductRepr extends Derivable[ProductRepr]

Attributes

Companion
trait
Graph
Supertypes
trait Derivable[ProductRepr]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline override def derived[A]: ProductRepr[A]

Unfortunately, scala macros do not allow this to be implemented in Derivable. Therefore, every companion object that extends Derivable must implement this function with the following body: ${ derivedImpl[A] }

Unfortunately, scala macros do not allow this to be implemented in Derivable. Therefore, every companion object that extends Derivable must implement this function with the following body: ${ derivedImpl[A] }

Attributes

Definition Classes
Derivable