column

abstract class column[T <: OntologyType](using x$1: RttiProvider[T]) extends AttributeId[RecordType, T]

Convenient mechanism to create a self-typed property.

class Object
trait Matchable
class Any
class enumColumn[T]
class nestedRecord[T]
class scalarColumn[T]
class seq[T]
class seqOfEnum[T]
class seqOfRecord[T]
class seqOfScalar[T]

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

Concrete fields

override val name: String

Inherited fields

val tpe: RttiProvider[T]
Inherited from:
AttributeId