ExecutedMigrationRow

oxygen.sql.migration.persistence.model.ExecutedMigrationRow
See theExecutedMigrationRow companion class
object ExecutedMigrationRow extends TableCompanion[ExecutedMigrationRow, Int]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class TableCompanion[ExecutedMigrationRow, 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]

Attributes

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

Attributes

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

Attributes

Inherited from:
TableCompanion
final val selectByPK: QueryIO[Int, ExecutedMigrationRow]

Attributes

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

Attributes

Inherited from:
TableCompanion

Givens

Inherited givens

given tableRepr: AuxPK[ExecutedMigrationRow, Int]

Attributes

Inherited from:
TableCompanion