Opt

ldbc.query.builder.Table.Opt
See theOpt companion object
trait Opt[P] extends SharedTable, Opt[P]

Attributes

Companion
object
Source
Table.scala
Graph
Supertypes
trait Opt[P]
trait AbstractTable[Option[P]]
trait SharedTable
trait Dynamic
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type Self = Opt[P]

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

def $name: String

The name of the table.

The name of the table.

Attributes

Inherited from:
AbstractTable
Source
AbstractTable.scala
def *: Column[Option[P]]

All columns that the table has.

All columns that the table has.

Attributes

Inherited from:
AbstractTable
Source
AbstractTable.scala
def columns: List[Column[_]]

Attributes

Inherited from:
SharedTable
Source
Table.scala

SQL statement string

SQL statement string

Attributes

Inherited from:
AbstractTable
Source
AbstractTable.scala