Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/ddl/IDBSchema.html')
-rw-r--r--plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/ddl/IDBSchema.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/ddl/IDBSchema.html b/plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/ddl/IDBSchema.html
index f4ede073e7..e590d1b407 100644
--- a/plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/ddl/IDBSchema.html
+++ b/plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/ddl/IDBSchema.html
@@ -94,6 +94,9 @@ Interface IDBSchema</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../org/eclipse/net4j/db/ddl/IDBSchemaElement.html" title="interface in org.eclipse.net4j.db.ddl">IDBSchemaElement</A></DD>
</DL>
+<DL>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/eclipse/net4j/spi/db/DBSchema.html" title="class in org.eclipse.net4j.spi.db">DBSchema</A></DD>
+</DL>
<HR>
<DL>
<DT>public interface <B>IDBSchema</B>
@@ -101,8 +104,9 @@ Interface IDBSchema</H2>
</DL>
<map id="APIVIZ" name="APIVIZ">
-<area shape="rect" id="node1" href="IDBSchemaElement.html" title="&#171;interface&#187; IDBSchemaElement" alt="" coords="5,5,144,45"/>
-<area shape="rect" id="node2" href="IDBSchema.html" title="&#171;interface&#187; IDBSchema" alt="" coords="29,84,120,124"/>
+<area shape="rect" id="node1" href="IDBSchemaElement.html" title="&#171;interface&#187; IDBSchemaElement" alt="" coords="17,5,156,45"/>
+<area shape="rect" id="node2" href="IDBSchema.html" title="&#171;interface&#187; IDBSchema" alt="" coords="41,84,132,124"/>
+<area shape="rect" id="node3" href="../../spi/db/DBSchema.html" title="DBSchema (org.eclipse.net4j.spi.db)" alt="" coords="5,163,168,203"/>
</map>
<CENTER><IMG SRC="IDBSchema.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>

Back to the top