ExecutedMigrationStepRow

oxygen.sql.migration.persistence.model.ExecutedMigrationStepRow
See theExecutedMigrationStepRow companion class
object ExecutedMigrationStepRow extends TableCompanion[ExecutedMigrationStepRow, (Int, Int)]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class TableCompanion[ExecutedMigrationStepRow, (Int, Int)]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited fields

final val deleteByPK: QueryI[(Int, Int)]

Attributes

Inherited from:
TableCompanion
final val insert: QueryI[ExecutedMigrationStepRow]

Attributes

Inherited from:
TableCompanion
final val selectAll: QueryO[ExecutedMigrationStepRow]

Attributes

Inherited from:
TableCompanion
final val selectByPK: QueryIO[(Int, Int), ExecutedMigrationStepRow]

Attributes

Inherited from:
TableCompanion
final val update: QueryI[ExecutedMigrationStepRow]

Attributes

Inherited from:
TableCompanion

Givens

Inherited givens

given tableRepr: AuxPK[ExecutedMigrationStepRow, (Int, Int)]

Attributes

Inherited from:
TableCompanion