ldbc.query.builder.Table.Opt
See theOpt companion object
trait Opt[P] extends SharedTable, Opt[P]
Attributes
- Companion
- object
- Source
- Table.scala
- Graph
-
- Supertypes
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[Option[ExtractOption[Elem[mirror.MirroredElemTypes, IndexOf[mirror.MirroredElemLabels, Tag]]]]]
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