Table

ldbc.schema.Table
See theTable companion object
trait Table[T](val $name: String) extends AbstractTable[T]

Attributes

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

Members list

Value members

Concrete methods

def keys: List[Key]

Methods for setting key information for tables.

Methods for setting key information for tables.

Attributes

Source
Table.scala
final override def statement: String

SQL statement string

SQL statement string

Attributes

Definition Classes
Source
Table.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Table.scala

Inherited and Abstract methods

def *: Column[T]

All columns that the table has.

All columns that the table has.

Attributes

Inherited from:
AbstractTable
Source
AbstractTable.scala

Concrete fields

val $name: String

The name of the table.

The name of the table.

Attributes

Source
Table.scala

Exports

Defined exports

final val Column: Column
Exported from statement

Attributes

Source
Table.scala
final type Column = Column
Exported from statement

Attributes

Source
Table.scala