Key

ldbc.codegen.model.Key
See theKey companion trait
object Key

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Key.type

Members list

Type members

Classlikes

case class Constraint(name: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class EngineAttribute(value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Foreign(constraint: Option[Constraint], indexName: Option[String], keyParts: List[String], reference: Reference) extends Key

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Key
class Object
trait Matchable
class Any
Show all
case class Index(indexName: Option[String], indexType: Option[IndexType], keyParts: List[String], indexOption: Option[IndexOption]) extends Key

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Key
class Object
trait Matchable
class Any
Show all
case class IndexOption(size: Option[KeyBlockSize], indexType: Option[IndexType], parserName: Option[WithParser], comment: Option[CommentSet], engine: Option[EngineAttribute], secondary: Option[SecondaryEngineAttribute])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object IndexOption

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class IndexType(value: "BTREE" | "HASH")

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class KeyBlockSize(value: 1 | 2 | 4 | 8 | 16)

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class OnDelete
class OnUpdate
case class OnDelete(option: String) extends On

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait On
class Object
trait Matchable
class Any
Show all
case class OnUpdate(option: String) extends On

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait On
class Object
trait Matchable
class Any
Show all
case class Primary(constraint: Option[Constraint], indexType: Option[IndexType], keyParts: List[String], indexOption: Option[IndexOption]) extends Key

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Key
class Object
trait Matchable
class Any
Show all
case class Reference(tableName: String, keyParts: List[String], on: Option[List[On]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SecondaryEngineAttribute(value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Unique(constraint: Option[Constraint], indexName: Option[String], indexType: Option[IndexType], keyParts: List[String], indexOption: Option[IndexOption]) extends Key

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Key
class Object
trait Matchable
class Any
Show all
case class Visible(value: "VISIBLE" | "INVISIBLE")

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class WithParser(value: String)

Attributes

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