ImportForeignKeyBuilder

ldbc.schemaspy.builder.ImportForeignKeyBuilder

Object to generate the ImportForeignKey model for SchemaSpy.

Attributes

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

Members list

Value members

Concrete methods

def build(key: ForeignKey[_], catalog: String, schema: String, constraintName: Option[String]): Seq[ImportForeignKey]

Methods for constructing an ImportForeignKey array based on a ForeignKey.

Methods for constructing an ImportForeignKey array based on a ForeignKey.

Value parameters

catalog

Database Catalog

constraintName

Unique name of the constraint

key

A model representing SQL Foreign key information.

schema

Database Schema

Attributes

Source
ImportForeignKeyBuilder.scala