Table

ldbc.codegen.parser.yml.Parser.Table
case class Table(name: String, columns: Option[Seq[Column]], `object`: Option[Extend], `class`: Option[Extend])

Tables and models for extending the model.

Value parameters

`class`

A model for mixing in values to class.

`object`

A model for mixing in values to objects.

columns

List of models to change the Scala type of table columns.

name

Table name

Attributes

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

Members list

Value members

Concrete methods

def findColumn(name: String): Option[Column]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product