ColumnOption

slick.jdbc.OracleProfile.ColumnOption
object ColumnOption

Extra column options for OracleProfile

Attributes

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

Members list

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
Supertypes
trait Serializable
trait Product
trait Equals
class ColumnOption[Nothing]
class Object
trait Matchable
class Any
Show all
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
Supertypes
trait Serializable
trait Product
trait Equals
class ColumnOption[Nothing]
class Object
trait Matchable
class Any
Show all