MySQLPrimaryKeyBuilder

slick.jdbc.MySQLProfile.MySQLModelBuilder.MySQLPrimaryKeyBuilder
class MySQLPrimaryKeyBuilder(tableBuilder: TableBuilder, meta: Seq[MPrimaryKey]) extends PrimaryKeyBuilder

Attributes

Source:
MySQLProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def name: Option[String]

Attributes

Definition Classes
Source:
MySQLProfile.scala

Inherited methods

def columns: Seq[String]

Attributes

Inherited from:
PrimaryKeyBuilder
Source:
JdbcModelBuilder.scala
def enabled: Boolean

Indicates wether a primary key should be generated. Disabled by default for single column primary keys in favor of ColumnOption PrimaryKey via Column#createPrimaryKeyColumnOption.

Indicates wether a primary key should be generated. Disabled by default for single column primary keys in favor of ColumnOption PrimaryKey via Column#createPrimaryKeyColumnOption.

Attributes

Inherited from:
PrimaryKeyBuilder
Source:
JdbcModelBuilder.scala
final def model: Option[PrimaryKey]

Attributes

Inherited from:
PrimaryKeyBuilder
Source:
JdbcModelBuilder.scala