TableColumnBuilder

ldbc.schemaspy.builder.TableColumnBuilder

Object to generate a TableColumn model for SchemaSpy.

Attributes

Source
TableColumnBuilder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def build(table: Table, _column: Column[_], index: Int): TableColumn

Methods for constructing a TableColumn from a Column.

Methods for constructing a TableColumn from a Column.

Value parameters

_column

Trait for representing SQL Column

index

The index number of the column set in the table.

table

A Table is one of the basic building blocks of SchemaSpy that knows everything about the database table's metadata.

Attributes

Source
TableColumnBuilder.scala