Packages

trait ColumnOptions extends OracleProfile.ColumnOptions

Source
OracleProfile.scala
Linear Supertypes
OracleProfile.ColumnOptions, OracleProfile.ColumnOptions, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnOptions
  2. ColumnOptions
  3. ColumnOptions
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val AutoInc: ast.ColumnOption.AutoInc.type
    Definition Classes
    ColumnOptions
  2. def AutoIncSequenceName(name: String): AutoIncSequenceName
  3. def AutoIncTriggerName(name: String): AutoIncTriggerName
  4. def Default[T](defaultValue: T): Default[T]
    Definition Classes
    ColumnOptions
  5. val Length: relational.RelationalProfile.ColumnOption.Length.type
    Definition Classes
    ColumnOptions
  6. val PrimaryKey: ast.ColumnOption.PrimaryKey.type
    Definition Classes
    ColumnOptions
  7. def SqlType(typeName: String): SqlType
    Definition Classes
    ColumnOptions
  8. val Unique: ast.ColumnOption.Unique.type
    Definition Classes
    ColumnOptions