| クラス | 説明 |
|---|---|
| Database | |
| ExplicitRemoteTable |
A remote table (exists in another schema) that was explicitly created via XML metadata.
|
| ForeignKeyConstraint |
Represents a
Foreign Key Constraint that "ties" a child table to a parent table
via foreign and primary keys.
|
| ImpliedForeignKeyConstraint | |
| RailsForeignKeyConstraint |
See
DbAnalyzer.getRailsConstraints(java.util.Map) for
details on Rails naming conventions. |
| RemoteTable |
A table that's outside of the default schema but is referenced
by or references a table in the default schema.
|
| Table |
A
Table is one of the basic building blocks of SchemaSpy
that knows everything about the database table's metadata. |
| TableColumn | |
| TableIndex | |
| View |
Treat views as tables that have no rows and are represented by the SQL that
defined them.
|
| 例外 | 説明 |
|---|---|
| ConnectionFailure |
Indicates that we couldn't connect to the database
|
| EmptySchemaException |
Indicates that we attempted to evaluate an empty schema
|
| InvalidConfigurationException |
Base class to indicate that there was problem with how SchemaSpy was configured / used.
|
| ProcessExecutionException |
Indicates that we had an issue launching a process
|
Copyright © 2016. All Rights Reserved.