Table

ldbc.codegen.model.Table
object Table

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Table.type

Members list

Type members

Classlikes

case class CreateStatement(tableName: String, columnDefinitions: List[ColumnDefinition], keyDefinitions: List[Key], options: Option[List[TableOption]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DropStatement(tableName: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def buildTableOptionCode(option: TableOption): String