Columns

oxygen.sql.schema.Columns
See theColumns companion class
object Columns extends Derivable[Columns]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Derivable[Columns]
class Object
trait Matchable
class Any
Show all
Self type
Columns.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

inline override def derived[A]: Columns[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