Packages

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

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

Source
OracleProfile.scala
Linear Supertypes
Serializable, Product, Equals, ColumnOption[Nothing], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AutoIncSequenceName
  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 AutoIncSequenceName(name: String)

Value Members

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