ldbc.schemaspy.builder
package ldbc.schemaspy.builder
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- DbmsMetaBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object DbmsMetaBuilder
Attributes
- Companion
- class
- Source
- DbmsMetaBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DbmsMetaBuilder.type
object ImportForeignKeyBuilder
Object to generate the ImportForeignKey model for SchemaSpy.
Object to generate the ImportForeignKey model for SchemaSpy.
Attributes
- Source
- ImportForeignKeyBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
A model for building a SchemaSpy Table model from a Table.
A model for building a SchemaSpy Table model from a Table.
If there is a problem with the Table configuration, an exception is raised by TableValidator during instance creation.
Value parameters
- db
-
A model that stores information on databases handled by SchemaSpy.
- table
-
Trait for generating SQL table information.
Attributes
- Source
- TableBuilder.scala
- Supertypes
object TableColumnBuilder
Object to generate a TableColumn model for SchemaSpy.
Object to generate a TableColumn model for SchemaSpy.
Attributes
- Source
- TableColumnBuilder.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TableColumnBuilder.type
In this article