Packages

class IssueComments extends slick.jdbc.JdbcProfile.API.Table[IssueComment] with (IssueCommentComponent.this)#IssueTemplate

Linear Supertypes
(IssueCommentComponent.this)#IssueTemplate, (IssueCommentComponent.this)#BasicTemplate, com.github.takezoe.slick.blocking.BlockingJdbcProfile.Table[IssueComment], AbstractTable[IssueComment], Rep[IssueComment], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IssueComments
  2. IssueTemplate
  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 IssueComments(tag: slick.jdbc.JdbcProfile.API.Tag)

Type Members

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

Value Members

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