Unique

ldbc.codegen.model.Key.Unique
case class Unique(constraint: Option[Constraint], indexName: Option[String], 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

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