class ProtectedBranches extends slick.jdbc.JdbcProfile.API.Table[ProtectedBranch] with (ProtectedBranchComponent.this)#BranchTemplate

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

Type Members

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

Value Members

  1. def *: ProvenShape[ProtectedBranch]
    Definition Classes
    ProtectedBranches → AbstractTable
  2. val O: com.github.takezoe.slick.blocking.BlockingJdbcProfile.columnOptions.type
    Definition Classes
    Table
  3. val branch: Rep[String]
    Definition Classes
    BranchTemplate
  4. def byBranch(owner: slick.jdbc.JdbcProfile.API.Rep[String], repository: slick.jdbc.JdbcProfile.API.Rep[String], branchName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
    Definition Classes
    BranchTemplate
  5. def byBranch(owner: String, repository: String, branchName: String): Rep[Boolean]
    Definition Classes
    BranchTemplate
  6. def byPrimaryKey(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String], branch: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
  7. def byPrimaryKey(userName: String, repositoryName: String, branch: String): 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. def create_*: Iterable[FieldSymbol]
    Definition Classes
    AbstractTable
  12. def encodeRef(path: Node): AbstractTable[ProtectedBranch]
    Definition Classes
    AbstractTable → Rep
  13. 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
  14. final def foreignKeys: Iterable[ForeignKey]
    Definition Classes
    AbstractTable
  15. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
    Definition Classes
    AbstractTable
  16. def indexes: Iterable[Index]
    Definition Classes
    AbstractTable
  17. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
    Definition Classes
    AbstractTable
  18. final def primaryKeys: Iterable[PrimaryKey]
    Definition Classes
    AbstractTable
  19. val repositoryName: Rep[String]
    Definition Classes
    BasicTemplate
  20. val schemaName: Option[String]
    Definition Classes
    AbstractTable
  21. val statusCheckAdmin: Rep[Boolean]
  22. def tableConstraints: Iterator[Constraint]
    Definition Classes
    AbstractTable
  23. def tableIdentitySymbol: TableIdentitySymbol
    Definition Classes
    Table → AbstractTable
  24. val tableName: String
    Definition Classes
    AbstractTable
  25. lazy val tableNode: TableNode
    Definition Classes
    AbstractTable
  26. def tableProvider: RelationalProfile
    Definition Classes
    Table
  27. val tableTag: Tag
    Definition Classes
    AbstractTable
  28. def toNode: Node
    Definition Classes
    AbstractTable → Rep
  29. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  30. val userName: Rep[String]
    Definition Classes
    BasicTemplate