trait LabelTemplate extends (TemplateComponent.this)#BasicTemplate
- Self Type
- (TemplateComponent.this)#LabelTemplate with slick.jdbc.JdbcProfile.API.Table[_]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LabelTemplate
- BasicTemplate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def byLabel(owner: String, repository: String, labelName: String): Rep[Boolean]
- 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]
- def byLabel(owner: String, repository: String, labelId: Int): Rep[Boolean]
-
def
byRepository(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- Definition Classes
- BasicTemplate
-
def
byRepository(owner: String, repository: String): Rep[Boolean]
- Definition Classes
- BasicTemplate
- val labelId: Rep[Int]
- val labelName: Rep[String]
-
val
repositoryName: Rep[String]
- Definition Classes
- BasicTemplate
-
val
userName: Rep[String]
- Definition Classes
- BasicTemplate