SharedTable

ldbc.schema.SharedTable
trait SharedTable extends Dynamic

Attributes

Source
Table.scala
Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Members list

Type members

Types

type Self

Attributes

Source
Table.scala

Value members

Abstract methods

def columns: List[Column[_]]

Attributes

Source
Table.scala
def setName(name: String): Self

Function for setting table names.

Function for setting table names.

Value parameters

name

Table name

Attributes

Returns

Table with table name

Source
Table.scala