SetDefinition

ldbc.codegen.model.SetDefinition
case class SetDefinition(variable: String, expr: String)

A model to hold the results of parsing the SET syntax for variable assignments.

Value parameters

expr

Variable value

variable

Definition Variable Name

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val statement: String

SET syntax for variable assignment

SET syntax for variable assignment

Attributes