Packages

case class Default[T](defaultValue: T) extends ColumnOption[T] with Product with Serializable

Default value for the column. Needs to wrap an Option for nullable Columns.

Source
RelationalProfile.scala
Linear Supertypes
Serializable, Product, Equals, ColumnOption[T], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Default
  2. Serializable
  3. Product
  4. Equals
  5. ColumnOption
  6. AnyRef
  7. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Default(defaultValue: T)

Value Members

  1. val defaultValue: T
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product