class ResultMetricRegularTable extends MetricResultTable[ResultMetricRegular]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultMetricRegularTable
- MetricResultTable
- DescriptiveColumns
- DQTable
- Table
- AbstractTable
- Rep
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultMetricRegularTable(tag: slick.jdbc.JdbcProfile.API.Tag, schema: Option[String])
Type Members
-
final
type
TableElementType = ResultMetricRegular
- Definition Classes
- Table → AbstractTable
Value Members
-
def
*: ProvenShape[ResultMetricRegular]
- Definition Classes
- ResultMetricRegularTable → AbstractTable
-
val
O: slick.jdbc.JdbcProfile.columnOptions.type
- Definition Classes
- Table
-
def
additionalResult: slick.jdbc.JdbcProfile.API.Rep[Option[String]]
- Definition Classes
- MetricResultTable
-
def
column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
- Definition Classes
- Table
- def columnNames: slick.jdbc.JdbcProfile.API.Rep[Option[String]]
-
def
create_*: Iterable[FieldSymbol]
- Definition Classes
- AbstractTable
-
def
description: slick.jdbc.JdbcProfile.API.Rep[Option[String]]
- Definition Classes
- DescriptiveColumns
-
def
encodeRef(path: Node): AbstractTable[ResultMetricRegular]
- Definition Classes
- AbstractTable → Rep
-
def
executionDate: slick.jdbc.JdbcProfile.API.Rep[Timestamp]
- Definition Classes
- DQTable
-
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
-
def
getUniqueCond(r: ResultMetricRegular): slick.jdbc.JdbcProfile.API.Rep[Boolean]
- Definition Classes
- ResultMetricRegularTable → DQTable
-
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
-
def
jobId: slick.jdbc.JdbcProfile.API.Rep[String]
- Definition Classes
- DQTable
-
def
metadata: slick.jdbc.JdbcProfile.API.Rep[Option[String]]
- Definition Classes
- DescriptiveColumns
-
def
metricId: slick.jdbc.JdbcProfile.API.Rep[String]
- Definition Classes
- MetricResultTable
-
def
metricName: slick.jdbc.JdbcProfile.API.Rep[String]
- Definition Classes
- MetricResultTable
- def params: slick.jdbc.JdbcProfile.API.Rep[Option[String]]
-
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
referenceDate: slick.jdbc.JdbcProfile.API.Rep[Timestamp]
- Definition Classes
- DQTable
-
def
result: slick.jdbc.JdbcProfile.API.Rep[Double]
- Definition Classes
- MetricResultTable
-
val
schemaName: Option[String]
- Definition Classes
- AbstractTable
-
def
sourceId: slick.jdbc.JdbcProfile.API.Rep[String]
- Definition Classes
- MetricResultTable
-
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