Index

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

Attributes

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product