ColumnOption

slick.jdbc.OracleProfile$.ColumnOption$

Extra column options for OracleProfile

Attributes

Source:
OracleProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

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

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

Attributes

Source:
OracleProfile.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ColumnOption[Nothing]
class Object
trait Matchable
class Any
case class AutoIncTriggerName(name: String) extends ColumnOption[Nothing]

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

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

Attributes

Source:
OracleProfile.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ColumnOption[Nothing]
class Object
trait Matchable
class Any