AbstractTable

ldbc.statement.AbstractTable
See theAbstractTable companion object
trait AbstractTable[T]

A trait for building a table model.

Attributes

Companion
object
Source
AbstractTable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Opt[T]

Members list

Value members

Abstract methods

def $name: String

The name of the table.

The name of the table.

Attributes

Source
AbstractTable.scala
def *: Column[T]

All columns that the table has.

All columns that the table has.

Attributes

Source
AbstractTable.scala

SQL statement string

SQL statement string

Attributes

Source
AbstractTable.scala