ColumnCodeBuilder

ldbc.codegen.builder.ColumnCodeBuilder
case class ColumnCodeBuilder(formatter: Naming)

Column model for constructing code strings.

Value parameters

formatter

A formatter that converts strings to an arbitrary format

Attributes

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

Members list

Value members

Concrete methods

def build(column: ColumnDefinition, customColumn: Option[Column]): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product