Class

gitbucket.core.model.RepositoryComponent

Repositories

Related Doc: package RepositoryComponent

Permalink

class Repositories extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Repository] with (RepositoryComponent.this)#BasicTemplate

Linear Supertypes
(RepositoryComponent.this)#BasicTemplate, scala.slick.driver.JdbcProfile.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. All

Instance Constructors

  1. new Repositories(tag: scala.slick.driver.JdbcProfile.SimpleQL.Tag)

    Permalink

Type Members

  1. final type TableElementType = Repository

    Permalink
    Definition Classes
    Table → AbstractTable

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[Repository]

    Permalink
    Definition Classes
    Repositories → AbstractTable
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val O: scala.slick.driver.JdbcProfile.columnOptions.type

    Permalink
    Definition Classes
    Table
  6. val allowWikiEditing: Column[Boolean]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def byPrimaryKey(owner: String, repository: String): Column[Boolean]

    Permalink
  9. def byRepository(userName: scala.slick.driver.JdbcProfile.SimpleQL.Column[String], repositoryName: scala.slick.driver.JdbcProfile.SimpleQL.Column[String]): Column[Boolean]

    Permalink
    Definition Classes
    BasicTemplate
  10. def byRepository(owner: String, repository: String): Column[Boolean]

    Permalink
    Definition Classes
    BasicTemplate
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  13. def column[C](n: String, options: ColumnOption[C]*)(implicit tm: TypedType[C]): Column[C]

    Permalink
    Definition Classes
    Table
  14. def create_*: Iterable[FieldSymbol]

    Permalink
    Definition Classes
    AbstractTable
  15. val defaultBranch: Column[String]

    Permalink
  16. val description: Column[String]

    Permalink
  17. val enableIssues: Column[Boolean]

    Permalink
  18. val enableWiki: Column[Boolean]

    Permalink
  19. def encodeRef(path: List[Symbol]): AbstractTable[Repository]

    Permalink
    Definition Classes
    AbstractTable → Rep
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. val externalIssuesUrl: Column[String]

    Permalink
  23. val externalWikiUrl: Column[String]

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. 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]

    Permalink
    Definition Classes
    AbstractTable
  26. final def foreignKeys: Iterable[ForeignKey]

    Permalink
    Definition Classes
    AbstractTable
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index

    Permalink
    Definition Classes
    AbstractTable
  30. def indexes: Iterable[Index]

    Permalink
    Definition Classes
    AbstractTable
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val isPrivate: Column[Boolean]

    Permalink
  33. val lastActivityDate: Column[Date]

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. val originRepositoryName: Column[String]

    Permalink
  38. val originUserName: Column[String]

    Permalink
  39. val parentRepositoryName: Column[String]

    Permalink
  40. val parentUserName: Column[String]

    Permalink
  41. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey

    Permalink
    Definition Classes
    AbstractTable
  42. final def primaryKeys: Iterable[PrimaryKey]

    Permalink
    Definition Classes
    AbstractTable
  43. val registeredDate: Column[Date]

    Permalink
  44. val repositoryName: Column[String]

    Permalink
    Definition Classes
    BasicTemplate
  45. val schemaName: Option[String]

    Permalink
    Definition Classes
    AbstractTable
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def tableConstraints: Iterator[Constraint]

    Permalink
    Definition Classes
    AbstractTable
  48. def tableIdentitySymbol: TableIdentitySymbol

    Permalink
    Definition Classes
    Table → AbstractTable
  49. val tableName: String

    Permalink
    Definition Classes
    AbstractTable
  50. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  51. def tableProvider: RelationalDriver

    Permalink
    Definition Classes
    Table
  52. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  53. def toNode: Node

    Permalink
    Definition Classes
    AbstractTable → Rep
  54. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  55. val updatedDate: Column[Date]

    Permalink
  56. val userName: Column[String]

    Permalink
    Definition Classes
    BasicTemplate
  57. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from (RepositoryComponent.this)#BasicTemplate

Inherited from scala.slick.driver.JdbcProfile.Table[Repository]

Inherited from AbstractTable[Repository]

Inherited from Rep[Repository]

Inherited from AnyRef

Inherited from Any

Ungrouped