class CommitStatuses extends slick.jdbc.JdbcProfile.API.Table[CommitStatus] with (CommitStatusComponent.this)#CommitTemplate
Instance Constructors
- new CommitStatuses(tag: slick.jdbc.JdbcProfile.API.Tag)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def *: ProvenShape[CommitStatus]
- final def ==(arg0: Any): Boolean
- val O: com.github.takezoe.slick.blocking.BlockingJdbcProfile.columnOptions.type
- final def asInstanceOf[T0]: T0
- def byAccount(userName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byAccount(userName: String): Rep[Boolean]
- def byCommit(owner: slick.jdbc.JdbcProfile.API.Rep[String], repository: slick.jdbc.JdbcProfile.API.Rep[String], commitId: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byCommit(owner: String, repository: String, commitId: String): Rep[Boolean]
- def byPrimaryKey(id: Int): Rep[Boolean]
- def byRepository(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byRepository(owner: String, repository: String): Rep[Boolean]
- def clone(): AnyRef
- def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
- def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
- val commitId: Rep[String]
- val commitStatusId: Rep[Int]
- val context: Rep[String]
- def create_*: Iterable[FieldSymbol]
- val creator: Rep[String]
- val description: Rep[Option[String]]
- def encodeRef(path: Node): AbstractTable[CommitStatus]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- 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]
- final def foreignKeys: Iterable[ForeignKey]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
- def indexes: Iterable[Index]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
- final def primaryKeys: Iterable[PrimaryKey]
- val registeredDate: Rep[Date]
- val repositoryName: Rep[String]
- val schemaName: Option[String]
- val state: Rep[CommitState]
- final def synchronized[T0](arg0: => T0): T0
- def tableConstraints: Iterator[Constraint]
- def tableIdentitySymbol: TableIdentitySymbol
- val tableName: String
- lazy val tableNode: TableNode
- def tableProvider: RelationalProfile
- val tableTag: Tag
- val targetUrl: Rep[Option[String]]
- def toNode: Node
- def toString(): String
- val updatedDate: Rep[Date]
- val userName: Rep[String]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Value Members
- def byCommit(owner: slick.jdbc.JdbcProfile.API.Rep[String], repository: slick.jdbc.JdbcProfile.API.Rep[String], commitId: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byCommit(owner: String, repository: String, commitId: String): Rep[Boolean]
- val commitId: Rep[String]
Value Members
- def byAccount(userName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byAccount(userName: String): Rep[Boolean]
- def byRepository(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byRepository(owner: String, repository: String): Rep[Boolean]
- val repositoryName: Rep[String]
- val userName: Rep[String]
Inherited from com.github.takezoe.slick.blocking.BlockingJdbcProfile.Table[CommitStatus]
Value Members
- val O: com.github.takezoe.slick.blocking.BlockingJdbcProfile.columnOptions.type
- def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
- def tableIdentitySymbol: TableIdentitySymbol
- def tableProvider: RelationalProfile
Inherited from AbstractTable[CommitStatus]
Value Members
- def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
- def create_*: Iterable[FieldSymbol]
- def encodeRef(path: Node): AbstractTable[CommitStatus]
- 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]
- final def foreignKeys: Iterable[ForeignKey]
- def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
- def indexes: Iterable[Index]
- def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
- final def primaryKeys: Iterable[PrimaryKey]
- val schemaName: Option[String]
- def tableConstraints: Iterator[Constraint]
- val tableName: String
- lazy val tableNode: TableNode
- val tableTag: Tag
- def toNode: Node
Value Members
- def toString(): String
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def *: ProvenShape[CommitStatus]
- final def ==(arg0: Any): Boolean
- val O: com.github.takezoe.slick.blocking.BlockingJdbcProfile.columnOptions.type
- final def asInstanceOf[T0]: T0
- def byAccount(userName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byAccount(userName: String): Rep[Boolean]
- def byCommit(owner: slick.jdbc.JdbcProfile.API.Rep[String], repository: slick.jdbc.JdbcProfile.API.Rep[String], commitId: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byCommit(owner: String, repository: String, commitId: String): Rep[Boolean]
- def byPrimaryKey(id: Int): Rep[Boolean]
- def byRepository(userName: slick.jdbc.JdbcProfile.API.Rep[String], repositoryName: slick.jdbc.JdbcProfile.API.Rep[String]): Rep[Boolean]
- def byRepository(owner: String, repository: String): Rep[Boolean]
- def clone(): AnyRef
- def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
- def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
- val commitId: Rep[String]
- val commitStatusId: Rep[Int]
- val context: Rep[String]
- def create_*: Iterable[FieldSymbol]
- val creator: Rep[String]
- val description: Rep[Option[String]]
- def encodeRef(path: Node): AbstractTable[CommitStatus]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- 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]
- final def foreignKeys: Iterable[ForeignKey]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
- def indexes: Iterable[Index]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
- final def primaryKeys: Iterable[PrimaryKey]
- val registeredDate: Rep[Date]
- val repositoryName: Rep[String]
- val schemaName: Option[String]
- val state: Rep[CommitState]
- final def synchronized[T0](arg0: => T0): T0
- def tableConstraints: Iterator[Constraint]
- def tableIdentitySymbol: TableIdentitySymbol
- val tableName: String
- lazy val tableNode: TableNode
- def tableProvider: RelationalProfile
- val tableTag: Tag
- val targetUrl: Rep[Option[String]]
- def toNode: Node
- def toString(): String
- val updatedDate: Rep[Date]
- val userName: Rep[String]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit