Packages

object ColumnOption

Extra column options for OracleProfile

Source
OracleProfile.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnOption
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AutoIncSequenceName(name: String) extends ColumnOption[Nothing] with Product with Serializable

    Name of the sequence which is generated for an AutoInc column.

  2. case class AutoIncTriggerName(name: String) extends ColumnOption[Nothing] with Product with Serializable

    Name of the trigger which is generated for an AutoInc column.