class CommitComments extends slick.jdbc.JdbcProfile.API.Table[CommitComment] with (CommitCommentComponent.this)#CommitTemplate

Linear Supertypes
(CommitCommentComponent.this)#CommitTemplate, (CommitCommentComponent.this)#BasicTemplate, com.github.takezoe.slick.blocking.BlockingJdbcProfile.Table[CommitComment], AbstractTable[CommitComment], Rep[CommitComment], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommitComments
  2. CommitTemplate
  3. BasicTemplate
  4. Table
  5. AbstractTable
  6. Rep
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommitComments(tag: slick.jdbc.JdbcProfile.API.Tag)

Type Members

  1. final type TableElementType = CommitComment
    Definition Classes
    Table → AbstractTable

Value Members

  1. def *: ProvenShape[CommitComment]
    Definition Classes
    CommitComments → AbstractTable
  2. val O: com.github.takezoe.slick.blocking.BlockingJdbcProfile.columnOptions.type
    Definition Classes
    Table
  3. def byCommit(owner: slick.jdbc.JdbcProfile.API.Rep[String], repository: slick.jdbc.JdbcProfile.API.Rep[String], commitId: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
    Definition Classes
    CommitTemplate
  4. def byCommit(owner: String, repository: String, commitId: String): Rep[Boolean]
    Definition Classes
    CommitTemplate
  5. def byPrimaryKey(commentId: Int): Rep[Boolean]
  6. def byRepository(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
    Definition Classes
    BasicTemplate
  7. def byRepository(owner: String, repository: String): Rep[Boolean]
    Definition Classes
    BasicTemplate
  8. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
    Definition Classes
    Table
  9. val commentId: Rep[Int]
  10. val commentedUserName: Rep[String]
  11. val commitId: Rep[String]
    Definition Classes
    CommitTemplate
  12. val content: Rep[String]
  13. def create_*: Iterable[FieldSymbol]
    Definition Classes
    AbstractTable
  14. def encodeRef(path: Node): AbstractTable[CommitComment]
    Definition Classes
    AbstractTable → Rep
  15. val fileName: Rep[Option[String]]
  16. 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]
    Definition Classes
    AbstractTable
  17. final def foreignKeys: Iterable[ForeignKey]
    Definition Classes
    AbstractTable
  18. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
    Definition Classes
    AbstractTable
  19. def indexes: Iterable[Index]
    Definition Classes
    AbstractTable
  20. val issueId: Rep[Option[Int]]
  21. val newLine: Rep[Option[Int]]
  22. val oldLine: Rep[Option[Int]]
  23. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
    Definition Classes
    AbstractTable
  24. final def primaryKeys: Iterable[PrimaryKey]
    Definition Classes
    AbstractTable
  25. val registeredDate: Rep[Date]
  26. val repositoryName: Rep[String]
    Definition Classes
    BasicTemplate
  27. val schemaName: Option[String]
    Definition Classes
    AbstractTable
  28. def tableConstraints: Iterator[Constraint]
    Definition Classes
    AbstractTable
  29. def tableIdentitySymbol: TableIdentitySymbol
    Definition Classes
    Table → AbstractTable
  30. val tableName: String
    Definition Classes
    AbstractTable
  31. lazy val tableNode: TableNode
    Definition Classes
    AbstractTable
  32. def tableProvider: RelationalProfile
    Definition Classes
    Table
  33. val tableTag: Tag
    Definition Classes
    AbstractTable
  34. def toNode: Node
    Definition Classes
    AbstractTable → Rep
  35. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  36. val updatedDate: Rep[Date]
  37. val userName: Rep[String]
    Definition Classes
    BasicTemplate