scalarColumn

abstract class scalarColumn[T](using x$1: RttiProvider[Scalar[T]]) extends column[Scalar[T]]

Convenient mechanism to create a self-typed property.

class column[Scalar[T]]
class AttributeId[RecordType, Scalar[T]]
class Object
trait Matchable
class Any

Type members

Inherited types

type P = B
Inherited from:
AttributeId
type R = A
Inherited from:
RecordProperty

Value members

Inherited methods

override def toString: String
Definition Classes
Inherited from:
AttributeId
def tpeSimpleName: String
Inherited from:
AttributeId

Inherited fields

override val name: String
Inherited from:
column
val tpe: RttiProvider[Scalar[T]]
Inherited from:
AttributeId