Table

ldbc.schema.Table
object Table

Attributes

Source
TableImpl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Table.type

Members list

Value members

Concrete methods

def apply[P <: Product](using mirror: ProductOf[P], converter: ColumnTupleConverter[mirror.MirroredElemTypes, Column])(name: String)(columns: ColumnTuples[mirror.MirroredElemTypes, Column]): TableImpl[P, mirror.MirroredElemLabels, mirror.MirroredElemTypes]

Methods for static Table construction using Dynamic.

Methods for static Table construction using Dynamic.

Type parameters

P

A class that implements a Product that is one-to-one with the table definition.

Value parameters

columns

Tuple of columns matching the Product's Elem type

converter

An object that converts a Column's Tuple to a Tuple Map

mirror

product isomorphism map

name

Table name

nameApply

The apply method

Attributes

Source
TableImpl.scala