TableRepr

oxygen.sql.schema.TableRepr
See theTableRepr companion trait
object TableRepr

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TableRepr.type

Members list

Type members

Classlikes

final case class Partial[A, B](_get: A => B, rowRepr: RowRepr[B])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Typed[A, PK, NPK] extends TableRepr[A]

Attributes

Supertypes
trait TableRepr[A]
class Object
trait Matchable
class Any
Known subtypes
class TypedImpl[A, PK, NPK]
final case class TypedImpl[A, PK, NPK](schemaName: String, tableName: String, rowRepr: ProductRepr[A], pk: Partial[A, PK], npk: Partial[A, NPK]) extends Typed[A, PK, NPK]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Typed[A, PK, NPK]
trait TableRepr[A]
class Object
trait Matchable
class Any
Show all

Types

type Aux[A, PK, NPK] = TableRepr[A] { type PrimaryKeyT = PK; type NonPrimaryKeyT = NPK; }
type AuxPK[A, PK] = TableRepr[A] { type PrimaryKeyT = PK; }

Value members

Concrete methods

transparent inline def derived[A]: Typed[A, _, _]
inline def of[A](using ev: TableRepr[A]): ev.type