Packages

case class Column(name: String, table: QualifiedName, tpe: String, nullable: Boolean, options: Set[ColumnOption[_]] = Set()) extends Product with Serializable

tpe

qualified Scala type, e.g. java.sql.Date

Source
Model.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Column
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. 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 Column(name: String, table: QualifiedName, tpe: String, nullable: Boolean, options: Set[ColumnOption[_]] = Set())

    tpe

    qualified Scala type, e.g. java.sql.Date

Value Members

  1. val name: String
  2. val nullable: Boolean
  3. val options: Set[ColumnOption[_]]
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val table: QualifiedName
  6. val tpe: String