Packages

class Repositories extends slick.jdbc.JdbcProfile.API.Table[Repository] with (RepositoryComponent.this)#BasicTemplate

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

Instance Constructors

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

Type Members

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

Value Members

  1. def *: ProvenShape[Repository]
    Definition Classes
    Repositories → AbstractTable
  2. val O: com.github.takezoe.slick.blocking.BlockingJdbcProfile.columnOptions.type
    Definition Classes
    Table
  3. val allowFork: Rep[Boolean]
  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 byPrimaryKey(owner: String, repository: String): Rep[Boolean]
  7. def byRepository(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
    Definition Classes
    BasicTemplate
  8. def byRepository(owner: String, repository: String): Rep[Boolean]
    Definition Classes
    BasicTemplate
  9. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
    Definition Classes
    Table
  10. def create_*: Iterable[FieldSymbol]
    Definition Classes
    AbstractTable
  11. val defaultBranch: Rep[String]
  12. val defaultMergeOption: Rep[String]
  13. val description: Rep[String]
  14. def encodeRef(path: Node): AbstractTable[Repository]
    Definition Classes
    AbstractTable → Rep
  15. val externalIssuesUrl: Rep[String]
  16. val externalWikiUrl: Rep[String]
  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 isPrivate: Rep[Boolean]
  22. val issuesOption: Rep[String]
  23. val lastActivityDate: Rep[Date]
  24. val mergeOptions: Rep[String]
  25. val originRepositoryName: Rep[String]
  26. val originUserName: Rep[String]
  27. val parentRepositoryName: Rep[String]
  28. val parentUserName: Rep[String]
  29. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
    Definition Classes
    AbstractTable
  30. final def primaryKeys: Iterable[PrimaryKey]
    Definition Classes
    AbstractTable
  31. val registeredDate: Rep[Date]
  32. val repositoryName: Rep[String]
    Definition Classes
    BasicTemplate
  33. val safeMode: Rep[Boolean]
  34. val schemaName: Option[String]
    Definition Classes
    AbstractTable
  35. def tableConstraints: Iterator[Constraint]
    Definition Classes
    AbstractTable
  36. def tableIdentitySymbol: TableIdentitySymbol
    Definition Classes
    Table → AbstractTable
  37. val tableName: String
    Definition Classes
    AbstractTable
  38. lazy val tableNode: TableNode
    Definition Classes
    AbstractTable
  39. def tableProvider: RelationalProfile
    Definition Classes
    Table
  40. val tableTag: Tag
    Definition Classes
    AbstractTable
  41. def toNode: Node
    Definition Classes
    AbstractTable → Rep
  42. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  43. val updatedDate: Rep[Date]
  44. val userName: Rep[String]
    Definition Classes
    BasicTemplate
  45. val wikiOption: Rep[String]