Opt

ldbc.statement.AbstractTable.Opt
trait Opt[T] extends AbstractTable[Option[T]]

A trait for building a table model with an Option type.

Attributes

Source
AbstractTable.scala
Graph
Supertypes
trait AbstractTable[Option[T]]
class Object
trait Matchable
class Any

Members list

Value members

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[T]]

All columns that the table has.

All columns that the table has.

Attributes

Inherited from:
AbstractTable
Source
AbstractTable.scala

SQL statement string

SQL statement string

Attributes

Inherited from:
AbstractTable
Source
AbstractTable.scala