class DeploymentsEntity extends slick.jdbc.JdbcProfile.API.Table[DeploymentEntityData]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeploymentsEntity
- Table
- AbstractTable
- Rep
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeploymentsEntity(tag: slick.jdbc.JdbcProfile.API.Tag)
Type Members
- final type TableElementType = DeploymentEntityData
- Definition Classes
- Table → AbstractTable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *: ProvenShape[DeploymentEntityData]
- Definition Classes
- DeploymentsEntity → AbstractTable
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val O: slick.jdbc.JdbcProfile.columnOptions.type
- Definition Classes
- Table
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
- Attributes
- protected[this]
- Definition Classes
- AbstractTable
- def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
- Definition Classes
- Table
- def create_*: Iterable[FieldSymbol]
- Definition Classes
- AbstractTable
- def createdAt: slick.jdbc.JdbcProfile.API.Rep[Timestamp]
- def createdBy: slick.jdbc.JdbcProfile.API.Rep[String]
- def encodeRef(path: Node): AbstractTable[DeploymentEntityData]
- Definition Classes
- AbstractTable → Rep
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- final def foreignKeys: Iterable[ForeignKey]
- Definition Classes
- AbstractTable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def id: slick.jdbc.JdbcProfile.API.Rep[DeploymentId]
- def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
- Definition Classes
- AbstractTable
- def indexes: Iterable[Index]
- Definition Classes
- AbstractTable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
- Definition Classes
- AbstractTable
- final def primaryKeys: Iterable[PrimaryKey]
- Definition Classes
- AbstractTable
- def scenarioId: slick.jdbc.JdbcProfile.API.Rep[ProcessId]
- val schemaName: Option[String]
- Definition Classes
- AbstractTable
- def statusModifiedAt: slick.jdbc.JdbcProfile.API.Rep[Timestamp]
- def statusName: slick.jdbc.JdbcProfile.API.Rep[DeploymentStatusName]
- def statusProblemDescription: slick.jdbc.JdbcProfile.API.Rep[Option[String]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableConstraints: Iterator[Constraint]
- Definition Classes
- AbstractTable
- def tableIdentitySymbol: TableIdentitySymbol
- Definition Classes
- Table → AbstractTable
- val tableName: String
- Definition Classes
- AbstractTable
- lazy val tableNode: TableNode
- Definition Classes
- AbstractTable
- def tableProvider: RelationalProfile
- Definition Classes
- Table
- val tableTag: Tag
- Definition Classes
- AbstractTable
- def toNode: Node
- Definition Classes
- AbstractTable → Rep
- def toString(): String
- Definition Classes
- Rep → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)