package
column
Type Members
-
-
-
abstract
class
ForeignKey[T <: BaseTable[T, R], R, T1 <: BaseTable[T1, _]] extends AbstractColumn[String] with IndexColumn with ForeignKeyDefinition
-
-
class
Index[T <: BaseTable[T, R], R] extends AbstractColumn[String] with IndexColumn
-
-
sealed abstract
class
LimitedTextColumn[T <: BaseTable[T, R], R] extends PrimitiveColumn[T, R, String]
-
-
-
-
-
-
sealed abstract
class
NumericColumn[T <: BaseTable[T, R], R, ValueType] extends PrimitiveColumn[T, R, ValueType]
-
-
-
-
-
-
-
class
YearColumn[T <: BaseTable[T, R], R] extends PrimitiveColumn[T, R, Int]