Class

com.typesafe.slick.testkit.tests.ModelBuilderTest

Posts

Related Doc: package ModelBuilderTest

Permalink

class Posts extends slick.jdbc.JdbcProfile.API.Table[(Int, String, Option[Int], Boolean, String)]

Source
ModelBuilderTest.scala
Linear Supertypes
slick.jdbc.JdbcProfile.Table[(Int, String, Option[Int], Boolean, String)], AbstractTable[(Int, String, Option[Int], Boolean, String)], Rep[(Int, String, Option[Int], Boolean, String)], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Posts
  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 Posts(tag: slick.jdbc.JdbcProfile.API.Tag)

    Permalink

Type Members

  1. final type TableElementType = (Int, String, Option[Int], Boolean, String)

    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[(Int, String, Option[Int], Boolean, String)]

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Posts to ArrowAssoc[Posts] 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.jdbc.JdbcProfile.columnOptions.type

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

    Permalink
    Definition Classes
    Any
  9. def category: Rep[Option[Int]]

    Permalink
  10. def categoryFK: ForeignKeyQuery[Categories, (Int, String)]

    Permalink
  11. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    AbstractTable
  15. def encodeRef(path: Node): AbstractTable[(Int, String, Option[Int], Boolean, String)]

    Permalink
    Definition Classes
    AbstractTable → Rep
  16. def ensuring(cond: (Posts) ⇒ Boolean, msg: ⇒ Any): Posts

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. 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
  24. final def foreignKeys: Iterable[ForeignKey]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def id: Rep[Int]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def pk: PrimaryKey

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

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

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

    Permalink
    Definition Classes
    AbstractTable
  39. def someBool: Rep[Boolean]

    Permalink
  40. def someString: Rep[String]

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AbstractTable
  43. def tableIdentitySymbol: TableIdentitySymbol

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

    Permalink
    Definition Classes
    AbstractTable
  45. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  46. def tableProvider: RelationalProfile

    Permalink
    Definition Classes
    Table
  47. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  48. def title: Rep[String]

    Permalink
  49. def toNode: Node

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

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

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

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

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

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

Inherited from slick.jdbc.JdbcProfile.Table[(Int, String, Option[Int], Boolean, String)]

Inherited from AbstractTable[(Int, String, Option[Int], Boolean, String)]

Inherited from Rep[(Int, String, Option[Int], Boolean, String)]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped