Class

slick.codegen.AbstractSourceCodeGenerator.TableDef

PrimaryKeyDef

Related Doc: package TableDef

Permalink

class PrimaryKeyDef extends TableDef.PrimaryKeyDef

Source
AbstractSourceCodeGenerator.scala
Linear Supertypes
TableDef.PrimaryKeyDef, Serializable, Serializable, Product, Equals, TableDef.TermDef, TableDef.Def, AnyRef, Any
Type Hierarchy
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. PrimaryKeyDef
  2. PrimaryKeyDef
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. TermDef
  8. Def
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrimaryKeyDef(model: model.PrimaryKey)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimaryKeyDef to any2stringadd[PrimaryKeyDef] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PrimaryKeyDef, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimaryKeyDef to ArrowAssoc[PrimaryKeyDef] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def code: String

    Permalink

    Scala code

    Scala code

    Definition Classes
    PrimaryKeyDefDef
  9. final lazy val columns: Seq[TableDef.Column]

    Permalink

    Columns code generators in correct order

    Columns code generators in correct order

    Definition Classes
    PrimaryKeyDef
  10. def dbName: String

    Permalink

    Name used in the db or a default name

    Name used in the db or a default name

    Definition Classes
    PrimaryKeyDef
  11. def disambiguateTerm(name: String, postfix: String = "X"): String

    Permalink

    Adds one or more X to the end of the given string to avoid collisions with column names.

    Adds one or more X to the end of the given string to avoid collisions with column names.

    Definition Classes
    TermDef
  12. def doc: String

    Permalink

    Scala doc comment

    Scala doc comment

    Definition Classes
    PrimaryKeyDefDef
  13. def docWithCode: String

    Permalink

    Scala doc comment with code

    Scala doc comment with code

    Definition Classes
    TermDefDef
  14. def enabled: Boolean

    Permalink

    Indicates whether this will be included in the generated code

    Indicates whether this will be included in the generated code

    Definition Classes
    Def
  15. def ensuring(cond: (PrimaryKeyDef) ⇒ Boolean, msg: ⇒ Any): PrimaryKeyDef

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimaryKeyDef to Ensuring[PrimaryKeyDef] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (PrimaryKeyDef) ⇒ Boolean): PrimaryKeyDef

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimaryKeyDef to Ensuring[PrimaryKeyDef] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): PrimaryKeyDef

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimaryKeyDef to Ensuring[PrimaryKeyDef] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): PrimaryKeyDef

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimaryKeyDef to Ensuring[PrimaryKeyDef] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimaryKeyDef to StringFormat[PrimaryKeyDef] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def getEnabled: Option[TableDef.Def]

    Permalink

    Returns Some(this) if enabled else None

    Returns Some(this) if enabled else None

    Definition Classes
    Def
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val model: model.PrimaryKey

    Permalink

    corresponding Slick meta model component

    corresponding Slick meta model component

    Definition Classes
    PrimaryKeyDef
  26. final def name: String

    Permalink

    Name (escaped if colliding with Scala keyword).

    Name (escaped if colliding with Scala keyword).

    Definition Classes
    TermDef
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def rawName: String

    Permalink

    Name as desired in Scala Code.

    Name as desired in Scala Code. (Allowed to collide with Scala keywords. Will be automatically escaped.)

    Definition Classes
    PrimaryKeyDefDef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (PrimaryKeyDef, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimaryKeyDef to ArrowAssoc[PrimaryKeyDef] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from TableDef.PrimaryKeyDef

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TableDef.TermDef

Inherited from TableDef.Def

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PrimaryKeyDef to any2stringadd[PrimaryKeyDef]

Inherited by implicit conversion StringFormat from PrimaryKeyDef to StringFormat[PrimaryKeyDef]

Inherited by implicit conversion Ensuring from PrimaryKeyDef to Ensuring[PrimaryKeyDef]

Inherited by implicit conversion ArrowAssoc from PrimaryKeyDef to ArrowAssoc[PrimaryKeyDef]

Basic customization overrides

Ungrouped