Packages

trait LabelTemplate extends (TemplateComponent.this)#BasicTemplate

Self Type
(TemplateComponent.this)#LabelTemplate with slick.jdbc.JdbcProfile.API.Table[_]
Linear Supertypes
(TemplateComponent.this)#BasicTemplate, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelTemplate
  2. BasicTemplate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def byLabel(owner: String, repository: String, labelName: String): Rep[Boolean]
  2. def byLabel(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String], labelId: slick.jdbc.JdbcProfile.API.Rep[Int]): Rep[Boolean]
  3. def byLabel(owner: String, repository: String, labelId: Int): Rep[Boolean]
  4. def byRepository(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
    Definition Classes
    BasicTemplate
  5. def byRepository(owner: String, repository: String): Rep[Boolean]
    Definition Classes
    BasicTemplate
  6. val labelId: Rep[Int]
  7. val labelName: Rep[String]
  8. val repositoryName: Rep[String]
    Definition Classes
    BasicTemplate
  9. val userName: Rep[String]
    Definition Classes
    BasicTemplate