Class

com.reactific.slickery.Schema

TableRow

Related Doc: package Schema

Permalink

abstract class TableRow[S] extends slick.driver.JdbcProfile.API.Table[S]

Linear Supertypes
DRVR.Table[S], AbstractTable[S], Rep[S], AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TableRow
  2. Table
  3. AbstractTable
  4. Rep
  5. AnyRef
  6. 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 TableRow(tag: slick.driver.JdbcProfile.API.Tag, tableName: String)

    Permalink

Type Members

  1. final type TableElementType = S

    Permalink
    Definition Classes
    Table → AbstractTable

Abstract Value Members

  1. abstract def *: ProvenShape[S]

    Permalink
    Definition Classes
    AbstractTable

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val O: DRVR.columnOptions.type

    Permalink
    Definition Classes
    Table
  7. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Definition Classes
    AbstractTable
  12. def encodeRef(path: Node): AbstractTable[S]

    Permalink
    Definition Classes
    AbstractTable → Rep
  13. def ensuring(cond: (TableRow[S]) ⇒ Boolean, msg: ⇒ Any): TableRow[S]

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  21. 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
  22. final def foreignKeys: Iterable[ForeignKey]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableRow[S] to StringFormat[TableRow[S]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def fullName: String

    Permalink
  25. final def getClass(): Class[_]

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  33. final def notify(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractTable
  40. def tableIdentitySymbol: TableIdentitySymbol

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

    Permalink
    Definition Classes
    AbstractTable
  42. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  43. def tableProvider: RelationalDriver

    Permalink
    Definition Classes
    Table
  44. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  45. def toNode: Node

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (TableRow[S], B)

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

Inherited from DRVR.Table[S]

Inherited from AbstractTable[S]

Inherited from Rep[S]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TableRow[S] to any2stringadd[TableRow[S]]

Inherited by implicit conversion StringFormat from TableRow[S] to StringFormat[TableRow[S]]

Inherited by implicit conversion Ensuring from TableRow[S] to Ensuring[TableRow[S]]

Inherited by implicit conversion ArrowAssoc from TableRow[S] to ArrowAssoc[TableRow[S]]

Ungrouped