Packages

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. Protected

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