Class

slick.codegen.AbstractSourceCodeGenerator.TableDef

IndexDef

Related Doc: package TableDef

Permalink

class IndexDef extends TableDef.IndexDef

Source
AbstractSourceCodeGenerator.scala
Linear Supertypes
TableDef.IndexDef, Serializable, Serializable, Product, Equals, TableDef.TermDef, TableDef.Def, AnyRef, Any
Type Hierarchy
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. IndexDef
  2. IndexDef
  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 IndexDef(model: model.Index)

    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 IndexDef to any2stringadd[IndexDef] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (IndexDef, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from IndexDef to ArrowAssoc[IndexDef] 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
    IndexDefDef
  9. final lazy val columns: Seq[TableDef.Column]

    Permalink

    Columns code generators

    Columns code generators

    Definition Classes
    IndexDef
  10. val dbName: String

    Permalink

    Name used in the db or a default name

    Name used in the db or a default name

    Definition Classes
    IndexDef
  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
    IndexDefDef
  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: (IndexDef) ⇒ Boolean, msg: ⇒ Any): IndexDef

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from IndexDef to Ensuring[IndexDef] 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 IndexDef to StringFormat[IndexDef] 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.Index

    Permalink

    corresponding Slick meta model component

    corresponding Slick meta model component

    Definition Classes
    IndexDef
  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
    IndexDefDef
  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): (IndexDef, B)

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

Inherited from TableDef.IndexDef

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 IndexDef to any2stringadd[IndexDef]

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

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

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

Basic customization overrides

Ungrouped