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 allowFork: Column[Boolean]

    Permalink
  7. val allowWikiEditing: Column[Boolean]

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink
  17. val description: Column[String]

    Permalink
  18. val enableIssues: Column[Boolean]

    Permalink
  19. val enableWiki: Column[Boolean]

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

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

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

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

    Permalink
  24. val externalWikiUrl: Column[String]

    Permalink
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. 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
  27. final def foreignKeys: Iterable[ForeignKey]

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

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

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

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

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

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

    Permalink
  34. val lastActivityDate: Column[Date]

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

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

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

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

    Permalink
  39. val originUserName: Column[String]

    Permalink
  40. val parentRepositoryName: Column[String]

    Permalink
  41. val parentUserName: Column[String]

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

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

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

    Permalink
  45. val repositoryName: Column[String]

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

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

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

    Permalink
    Definition Classes
    AbstractTable
  49. def tableIdentitySymbol: TableIdentitySymbol

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

    Permalink
    Definition Classes
    AbstractTable
  51. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  52. def tableProvider: RelationalDriver

    Permalink
    Definition Classes
    Table
  53. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  54. def toNode: Node

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

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

    Permalink
  57. val userName: Column[String]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. 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