Opt

ldbc.schema.Table.Opt
case class Opt[T]($name: String, columns: List[Column[_]], *: Column[Option[T]]) extends Opt[T], Dynamic

Attributes

Source
Table.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Dynamic
trait Opt[T]
trait AbstractTable[Option[T]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transparent inline def selectDynamic[Tag <: Singleton](tag: Tag)(using mirror: Of[T], index: ValueOf[IndexOf[mirror.MirroredElemLabels, Tag]]): Column[Option[ExtractOption[Elem[mirror.MirroredElemTypes, IndexOf[mirror.MirroredElemLabels, Tag]]]]]

Attributes

Source
Table.scala
override def statement: String

SQL statement string

SQL statement string

Attributes

Definition Classes
Source
Table.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product