|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader.TableFactory
org.eclipse.datatools.enablement.mysql.catalog.loaders.MySqlTableLoader.MySqlTableFactory
public static class MySqlTableLoader.MySqlTableFactory
Base factory implementation for LOCAL TEMPORARY type tables.
Constructor Summary | |
---|---|
MySqlTableLoader.MySqlTableFactory()
|
Method Summary | |
---|---|
void |
initialize(Table table,
java.sql.ResultSet rs)
Initializes the isLocal attribute in addition to the the attributes initialized by super(). |
Methods inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader.TableFactory |
---|
createTable, getTableEClass, setSupportedColumns |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MySqlTableLoader.MySqlTableFactory()
Method Detail |
---|
public void initialize(Table table, java.sql.ResultSet rs) throws java.sql.SQLException
initialize
in interface JDBCTableLoader.ITableFactory
initialize
in class JDBCTableLoader.TableFactory
table
- a new Table objectrs
- the result set
java.sql.SQLException
- if anything goes wrongJDBCTableLoader.TableFactory.initialize(org.eclipse.datatools.modelbase.sql.tables.Table,
java.sql.ResultSet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |