ldbc.query.builder.Table
See theTable companion object
trait Table[P] extends SharedTable, AbstractTable[P]
Attributes
- Companion
- object
- Source
- Table.scala
- Graph
-
- Supertypes
-
trait AbstractTable[P]trait SharedTabletrait Dynamicclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Types
Attributes
- Source
- Table.scala
Value members
Concrete methods
transparent inline def selectDynamic[Tag <: Singleton](tag: Tag)(using mirror: Of[P], index: ValueOf[IndexOf[mirror.MirroredElemLabels, Tag]]): Column[Elem[mirror.MirroredElemTypes, IndexOf[mirror.MirroredElemLabels, Tag]]]
A method to get a specific column defined in the table.
A method to get a specific column defined in the table.
Type parameters
- Tag
-
Type with a single instance
Value parameters
- index
-
Position of the specified type in tuple X
- mirror
-
product isomorphism map
- tag
-
A type with a single instance. Here, Column is passed.
Attributes
- Source
- Table.scala
Inherited and Abstract methods
The name of the table.
All columns that the table has.
Attributes
- Inherited from:
- SharedTable
- Source
- Table.scala
SQL statement string
In this article