ldbc.codegen.model.Key
See theKey companion trait
object Key
Attributes
Members list
Type members
Classlikes
case class IndexOption(size: Option[KeyBlockSize], indexType: Option[IndexType], parserName: Option[WithParser], comment: Option[CommentSet], engine: Option[EngineAttribute], secondary: Option[SecondaryEngineAttribute])
object IndexOption
Attributes
- Companion
- class
- Source
- Key.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IndexOption.type
trait On
case class Primary(constraint: Option[Constraint], indexType: Option[IndexType], keyParts: List[String], indexOption: Option[IndexOption]) extends Key
Types
type IndexOptions = KeyBlockSize | IndexType | WithParser | CommentSet | Visible | EngineAttribute | SecondaryEngineAttribute
Attributes
- Source
- Key.scala
In this article