public class HtmlConstraintsPage extends HtmlFormatter
displayNumRows, encodeComments| 修飾子とタイプ | メソッドと説明 |
|---|---|
static HtmlConstraintsPage |
getInstance()
Singleton accessor
|
protected boolean |
isConstraintsPage()
Override and return true if you're the constraints page
|
void |
write(Database database,
List<ForeignKeyConstraint> constraints,
Collection<Table> tables,
boolean hasOrphans,
LineWriter html) |
void |
writeCheckConstraints(Collection<Table> tables,
LineWriter html)
Write check constraints associated with the specified tables
|
protected void |
writeFooter(LineWriter html) |
getDescription, getPathToRoot, isAnomaliesPage, isColumnsPage, isMainIndex, isOrphansPage, isRelationshipsPage, sourceForgeLogoEnabled, writeExcludedColumns, writeFeedMe, writeGeneratedBy, writeHeader, writeHeader, writeInvalidGraphvizInstallation, writeLegend, writeLegend, writeTableOfContentspublic static HtmlConstraintsPage getInstance()
public void write(Database database, List<ForeignKeyConstraint> constraints, Collection<Table> tables, boolean hasOrphans, LineWriter html) throws IOException
IOExceptionprotected void writeFooter(LineWriter html) throws IOException
writeFooter クラス内 HtmlFormatterIOExceptionpublic void writeCheckConstraints(Collection<Table> tables, LineWriter html) throws IOException
tables - Collectionhtml - LineWriterIOExceptionprotected boolean isConstraintsPage()
HtmlFormatterisConstraintsPage クラス内 HtmlFormatterCopyright © 2016. All Rights Reserved.