class RepositoryWebHookEvents extends slick.jdbc.JdbcProfile.API.Table[RepositoryWebHookEvent] with (RepositoryWebHookEventComponent.this)#BasicTemplate

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

Instance Constructors

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

Type Members

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

Value Members

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