|
||||||||||
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.JDBCTableLoader
org.eclipse.datatools.enablement.mysql.catalog.loaders.MySqlTableLoader
public class MySqlTableLoader
Nested Class Summary | |
---|---|
static class |
MySqlTableLoader.MySqlTableFactory
Base factory implementation for LOCAL TEMPORARY type tables. |
Nested classes/interfaces inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader |
---|
JDBCTableLoader.GlobalTempTableFactory, JDBCTableLoader.ITableFactory, JDBCTableLoader.LocalTempTableFactory, JDBCTableLoader.TableFactory, JDBCTableLoader.ViewFactory |
Field Summary |
---|
Fields inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader |
---|
COLUMN_REF_GENERATION, COLUMN_REMARKS, COLUMN_SELF_REFERENCING_COL_NAME, COLUMN_TABLE_NAME, COLUMN_TABLE_TYPE, TYPE_GLOBAL_TEMPORARY, TYPE_LOCAL_TEMPORARY, TYPE_REF_DERIVED, TYPE_REF_SYSTEM, TYPE_REF_USER, TYPE_SYSTEM_TABLE, TYPE_TABLE, TYPE_VIEW |
Constructor Summary | |
---|---|
MySqlTableLoader()
|
Method Summary | |
---|---|
void |
loadTables(java.util.List containmentList,
java.util.Collection existingTables)
Loads the "table" objects from the database. |
Methods inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader |
---|
clearTables, getTableFactory, loadTables, registerTableFactory, unregisterTableFactory |
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 MySqlTableLoader()
Method Detail |
---|
public void loadTables(java.util.List containmentList, java.util.Collection existingTables) throws java.sql.SQLException
JDBCTableLoader
loadTables
in class JDBCTableLoader
containmentList
- the containment list held by parentexistingTables
- 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 |