Table
ldbc.core.Table
object Table extends Dynamic
Attributes
- Graph
-
- Supertypes
-
trait Dynamicclass Objecttrait Matchableclass Any
- Self type
-
Table.type
Members list
Value members
Concrete methods
def applyDynamic[P <: Product](using mirror: ProductOf[P], converter: ColumnTupleConverter[<none>, Column])(nameApply: "apply")(name: String)(columns: ColumnTuples[<none>, Column]): Table[P]
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
Extensions
Extensions
extension [P <: Product](table: Table[P])
transparent inline def selectDynamic[Tag <: Singleton](tag: Tag)(using mirror: ProductOf[P], index: ValueOf[IndexOf[MirroredElemLabels, Tag]]): Column[Elem[<none>, IndexOf[MirroredElemLabels, Tag]]]
Methods for statically accessing column information held by a Table.
Methods for statically accessing column information held by a Table.
Attributes
In this article