DeriveProductColumns

oxygen.sql.generic.DeriveProductColumns
final class DeriveProductColumns[A](instances: Expressions[Columns, A])(using x$2: Quotes, x$3: Type[Columns], x$4: Type[A], x$5: ProductGeneric[A]) extends ProductDeriver[Columns, A]

Attributes

Graph
Supertypes
class ProductDeriver[Columns, A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def derive: Expr[Columns[A]]

Attributes

Definition Classes
ProductDeriver

Inherited methods

def deriveWithInstances(exprs: Expressions[Columns, A])(using quotes: Quotes): Expr[Columns[A]]

This only works if the Derivable.ProductDeriver in your Derivable uses Derivable.ProductDeriver.withInstances.

This only works if the Derivable.ProductDeriver in your Derivable uses Derivable.ProductDeriver.withInstances.

Attributes

Inherited from:
ProductDeriver

Givens

Inherited givens

given aTpe: Type[A]

Attributes

Inherited from:
ProductDeriver
given fTpe: Type[Columns]

Attributes

Inherited from:
ProductDeriver
given generic: ProductGeneric[A]

Attributes

Inherited from:
ProductDeriver
given quotes: Quotes

Attributes

Inherited from:
ProductDeriver