Class

com.reactific.slickery.Schema

ManyToManyRow

Related Doc: package Schema

Permalink

abstract class ManyToManyRow[A <: Storable, TA <: StorableRow[A], B <: Storable, TB <: StorableRow[B]] extends TableRow[(Long, Long)]

The base class of all correlation tables. This allows many-to-many relationships to be established by simply listing the pairs of IDs

Linear Supertypes
TableRow[(Long, Long)], slick.driver.JdbcProfile.Table[(Long, Long)], AbstractTable[(Long, Long)], Rep[(Long, Long)], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ManyToManyRow
  2. TableRow
  3. Table
  4. AbstractTable
  5. Rep
  6. AnyRef
  7. 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 ManyToManyRow(tag: slick.driver.JdbcProfile.API.Tag, tableName: String, nameA: String, queryA: StorableQuery[A, TA], nameB: String, queryB: StorableQuery[B, TB])

    Permalink

Type Members

  1. final type TableElementType = (Long, Long)

    Permalink
    Definition Classes
    Table → AbstractTable

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[(Long, Long)]

    Permalink
    Definition Classes
    ManyToManyRow → AbstractTable
  4. def +(other: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. val O: slick.driver.JdbcProfile.columnOptions.type

    Permalink
    Definition Classes
    Table
  8. def a_b_uniqueness: Index

    Permalink
  9. def a_fkey: ForeignKeyQuery[TA, A]

    Permalink
  10. def a_id: Rep[Long]

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def b_fkey: ForeignKeyQuery[TB, B]

    Permalink
  13. def b_id: Rep[Long]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  16. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]

    Permalink
    Definition Classes
    Table
  17. def create_*: Iterable[FieldSymbol]

    Permalink
    Definition Classes
    AbstractTable
  18. def encodeRef(path: Node): AbstractTable[(Long, Long)]

    Permalink
    Definition Classes
    AbstractTable → Rep
  19. def ensuring(cond: (ManyToManyRow[A, TA, B, TB]) ⇒ Boolean, msg: ⇒ Any): ManyToManyRow[A, TA, B, TB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyRow[A, TA, B, TB] to Ensuring[ManyToManyRow[A, TA, B, TB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (ManyToManyRow[A, TA, B, TB]) ⇒ Boolean): ManyToManyRow[A, TA, B, TB]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyRow[A, TA, B, TB] to Ensuring[ManyToManyRow[A, TA, B, TB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): ManyToManyRow[A, TA, B, TB]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyRow[A, TA, B, TB] to Ensuring[ManyToManyRow[A, TA, B, TB]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def fkn(foreignTableName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    TableRow
  27. def foreignKey[P, PU, TT <: AbstractTable[_], U](name: String, sourceColumns: P, targetTableQuery: TableQuery[TT])(targetColumns: (TT) ⇒ P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpack: Shape[_ <: FlatShapeLevel, TT, U, _], unpackp: Shape[_ <: FlatShapeLevel, P, PU, _]): ForeignKeyQuery[TT, U]

    Permalink
    Definition Classes
    AbstractTable
  28. final def foreignKeys: Iterable[ForeignKey]

    Permalink
    Definition Classes
    AbstractTable
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyRow[A, TA, B, TB] to StringFormat[ManyToManyRow[A, TA, B, TB]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. def fullName: String

    Permalink
    Definition Classes
    TableRow
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. def idx(name: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    TableRow
  34. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index

    Permalink
    Definition Classes
    AbstractTable
  35. def indexes: Iterable[Index]

    Permalink
    Definition Classes
    AbstractTable
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. def nm(columnName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    TableRow
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey

    Permalink
    Definition Classes
    AbstractTable
  42. final def primaryKeys: Iterable[PrimaryKey]

    Permalink
    Definition Classes
    AbstractTable
  43. val schemaName: Option[String]

    Permalink
    Definition Classes
    AbstractTable
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def tableConstraints: Iterator[Constraint]

    Permalink
    Definition Classes
    AbstractTable
  46. def tableIdentitySymbol: TableIdentitySymbol

    Permalink
    Definition Classes
    Table → AbstractTable
  47. val tableName: String

    Permalink
    Definition Classes
    AbstractTable
  48. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  49. def tableProvider: RelationalDriver

    Permalink
    Definition Classes
    Table
  50. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  51. def toNode: Node

    Permalink
    Definition Classes
    AbstractTable → Rep
  52. def toString(): String

    Permalink
    Definition Classes
    Rep → AnyRef → Any
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def [B](y: B): (ManyToManyRow[A, TA, B, TB], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ManyToManyRow[A, TA, B, TB] to ArrowAssoc[ManyToManyRow[A, TA, B, TB]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from TableRow[(Long, Long)]

Inherited from slick.driver.JdbcProfile.Table[(Long, Long)]

Inherited from AbstractTable[(Long, Long)]

Inherited from Rep[(Long, Long)]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ManyToManyRow[A, TA, B, TB] to any2stringadd[ManyToManyRow[A, TA, B, TB]]

Inherited by implicit conversion StringFormat from ManyToManyRow[A, TA, B, TB] to StringFormat[ManyToManyRow[A, TA, B, TB]]

Inherited by implicit conversion Ensuring from ManyToManyRow[A, TA, B, TB] to Ensuring[ManyToManyRow[A, TA, B, TB]]

Inherited by implicit conversion ArrowAssoc from ManyToManyRow[A, TA, B, TB] to ArrowAssoc[ManyToManyRow[A, TA, B, TB]]

Ungrouped