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]

Should always be = ${ derivedImpl[A] }. Annoying limitation with scala-3 macros that the compiler doesn't allow that to be set here, and inherited.

Should always be = ${ derivedImpl[A] }. Annoying limitation with scala-3 macros that the compiler doesn't allow that to be set here, and inherited.

Attributes

Definition Classes
Derivable