Primary

ldbc.codegen.model.Key.Primary
case class Primary(constraint: Option[Constraint], indexType: Option[IndexType], keyParts: List[String], indexOption: Option[IndexOption]) extends Key

Attributes

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

Members list

Inherited
  • Not inherited
  • Product

Value members

Concrete methods

def toCode(tableName: String, classNameFormatter: Naming, propertyFormatter: Naming): String

Attributes

Source
Key.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product