IndexOption

ldbc.codegen.model.Key.IndexOption
See theIndexOption companion object
case class IndexOption(size: Option[KeyBlockSize], indexType: Option[IndexType], parserName: Option[WithParser], comment: Option[CommentSet], engine: Option[EngineAttribute], secondary: Option[SecondaryEngineAttribute])

Attributes

Companion
object
Source
Key.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Key.scala

Attributes

Source
Key.scala

Attributes

Source
Key.scala

Attributes

Source
Key.scala

Attributes

Source
Key.scala
def toCode: String

Attributes

Source
Key.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product