|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Database | |
|---|---|
| net.sourceforge.schemaspy | |
| net.sourceforge.schemaspy.model | |
| net.sourceforge.schemaspy.view | |
| Uses of Database in net.sourceforge.schemaspy |
|---|
| Methods in net.sourceforge.schemaspy that return Database | |
|---|---|
Database |
SchemaSpy.getDatabase()
|
| Uses of Database in net.sourceforge.schemaspy.model |
|---|
| Methods in net.sourceforge.schemaspy.model with parameters of type Database | |
|---|---|
protected int |
View.fetchNumRows(Database database)
|
protected int |
Table.fetchNumRows(Database db)
fetch the number of rows contained in this table. |
protected int |
Table.fetchNumRows(Database db,
String clause)
|
| Constructors in net.sourceforge.schemaspy.model with parameters of type Database | |
|---|---|
Table(Database db,
String schema,
String name,
String comments,
DatabaseMetaData meta,
Properties properties)
|
|
View(Database db,
ResultSet rs,
DatabaseMetaData meta,
String selectViewSql)
|
|
| Uses of Database in net.sourceforge.schemaspy.view |
|---|
| Methods in net.sourceforge.schemaspy.view with parameters of type Database | |
|---|---|
protected String |
HtmlFormatter.getDescription(Database db,
Table table,
String text,
boolean hoverHelp)
|
void |
HtmlMainIndexPage.write(Database database,
Collection tables,
boolean showOrphansGraph,
LineWriter html)
|
void |
HtmlColumnsPage.write(Database database,
Collection tables,
HtmlColumnsPage.ColumnInfo columnInfo,
boolean showOrphansGraph,
LineWriter html)
|
void |
HtmlAnomaliesPage.write(Database database,
Collection tables,
List impliedConstraints,
boolean hasOrphans,
LineWriter out)
|
boolean |
HtmlRelationshipsPage.write(Database db,
File graphDir,
String dotBaseFilespec,
boolean hasOrphans,
boolean hasRealRelationships,
boolean hasImpliedRelationships,
Set excludedColumns,
LineWriter html)
|
void |
HtmlConstraintsPage.write(Database database,
List constraints,
Collection tables,
boolean hasOrphans,
LineWriter html)
|
boolean |
HtmlOrphansPage.write(Database db,
List orphanTables,
File graphDir,
LineWriter html)
|
WriteStats |
HtmlTablePage.write(Database db,
Table table,
boolean hasOrphans,
File outputDir,
WriteStats stats,
LineWriter out)
|
protected void |
HtmlFormatter.writeHeader(Database db,
Table table,
String text,
boolean showOrphans,
LineWriter out)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||