public class SchemaReport extends Object implements IPresentation
| Constructor and Description |
|---|
SchemaReport(Schema schema)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(TableReport tr)
Add a table report to the schema report.
|
nu.xom.Node |
asNode() |
String |
asString() |
boolean |
isEmpty()
Indicates if report has useful information.
|
public SchemaReport(Schema schema)
schema - The schema under analysis.public void add(TableReport tr)
tr - A table report.public boolean isEmpty()
public String asString()
asString in interface IPresentationpublic nu.xom.Node asNode()
asNode in interface IPresentationCopyright © 2017. All rights reserved.