SimplePropertyId

abstract class SimplePropertyId[A, B](name1: String, val tpe: ClassTag[B]) extends RecordProperty[A]

Metainformation about property. Contains unique name (within the type) and type of the value. Might contain other metainformation about property, like Schema.

class Object
trait Matchable
class Any
class column[T]

Type members

Types

type P = B

Inherited types

type R = A
Inherited from:
RecordProperty
type RR = Record[R]
Inherited from:
RecordProperty0

Value members

Concrete methods

override def toString: String
Definition Classes
Any
def tpeSimpleName: String

Concrete fields

val name: String
val tpe: ClassTag[B]