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

Source
Parser.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Parser.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product