| インタフェース | 説明 |
|---|---|
| SqlFormatter |
Implementations of this interface know how to take SQL and format it
into (hopefully) readable HTML.
|
| クラス | 説明 |
|---|---|
| DefaultSqlFormatter |
Default implementation of
SqlFormatter |
| DotConnector |
Represents Graphvis dot's concept of an edge.
|
| DotConnectorFinder |
Format table data into .dot format to feed to Graphvis' dot program.
|
| DotFormatter |
Format table data into .dot format to feed to Graphvis' dot program.
|
| DotNode | |
| DotNode.DotNodeConfig | |
| HtmlAnomaliesPage |
This page lists all of the 'things that might not be quite right'
about the schema.
|
| HtmlColumnsPage |
The page that lists all of the columns in the schema,
allowing the end user to sort by column's attributes.
|
| HtmlConstraintsPage |
The page that lists all of the constraints in the schema
|
| HtmlDiagramFormatter | |
| HtmlFormatter | |
| HtmlMainIndexPage |
The main index that contains all tables and views that were evaluated
|
| HtmlMultipleSchemasIndexPage |
The page that contains links to the various schemas that were analyzed
|
| HtmlOrphansPage |
The page that contains the all tables that aren't related to others (orphans)
|
| HtmlRelationshipsPage |
The page that contains the overview entity relationship diagrams.
|
| HtmlTableDiagrammer | |
| HtmlTablePage |
The page that contains the details of a specific table or view
|
| ImageWriter | |
| StyleSheet |
Represents our CSS style sheet (CSS) with accessors for important
data from that style sheet.
|
| TextFormatter | |
| WriteStats |
Simple ugly hack that provides details of what was written.
|
| XmlTableFormatter |
Formats
Tables into an XML DOM tree. |
| 例外 | 説明 |
|---|---|
| StyleSheet.MissingCssPropertyException |
Indicates that a css property was missing
|
| StyleSheet.ParseException |
Indicates an exception in parsing the css
|
Copyright © 2016. All Rights Reserved.