|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.sqm.loader.JDBCBaseLoader
org.eclipse.datatools.connectivity.sqm.loader.JDBCSchemaLoader
org.eclipse.datatools.enablement.mysql.catalog.loaders.MySqlSchemaLoader
public class MySqlSchemaLoader
Field Summary |
---|
Fields inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCSchemaLoader |
---|
COLUMN_TABLE_CATALOG, COLUMN_TABLE_SCHEM |
Constructor Summary | |
---|---|
MySqlSchemaLoader()
|
Method Summary | |
---|---|
void |
loadSchemas(java.util.List containmentList,
java.util.Collection existingSchemas)
Loads the "schema" objects from the database. |
Methods inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCSchemaLoader |
---|
clearSchemas, loadSchemas |
Methods inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCBaseLoader |
---|
getCatalogObject, setCatalogObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MySqlSchemaLoader()
Method Detail |
---|
public void loadSchemas(java.util.List containmentList, java.util.Collection existingSchemas) throws java.sql.SQLException
JDBCSchemaLoader
loadSchemas
in class JDBCSchemaLoader
containmentList
- the containment list held by parentexistingSchemas
- the catalog objects which were previously loaded
java.sql.SQLException
- if an error occurred during loading.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |