ldbc.codegen.model.Key
See theKey companion trait
object Key
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Foreign(constraint: Option[Constraint], indexName: Option[String], keyParts: List[String], reference: Reference) extends Key
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Keyclass Objecttrait Matchableclass AnyShow all
case class Index(indexName: Option[String], indexType: Option[IndexType], keyParts: List[String], indexOption: Option[IndexOption]) extends Key
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Keyclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object IndexOption
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IndexOption.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait On
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Onclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Onclass Objecttrait Matchableclass AnyShow all
case class Primary(constraint: Option[Constraint], indexType: Option[IndexType], keyParts: List[String], indexOption: Option[IndexOption]) extends Key
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Keyclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Unique(constraint: Option[Constraint], indexName: Option[String], indexType: Option[IndexType], keyParts: List[String], indexOption: Option[IndexOption]) extends Key
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Keyclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Types
type IndexOptions = KeyBlockSize | IndexType | WithParser | CommentSet | Visible | EngineAttribute | SecondaryEngineAttribute
In this article