| 
 | ||||||||||
| 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
public static class JDBCTableLoader.TableFactory
Base factory implementation for TABLE type tables.
| Constructor Summary | |
|---|---|
| JDBCTableLoader.TableFactory() | |
| Method Summary | |
|---|---|
|  Table | createTable(java.sql.ResultSet rs)Creates and initializes a new Table object from the meta-data in the result set. | 
|  org.eclipse.emf.ecore.EClass | getTableEClass() | 
|  void | initialize(Table table,
           java.sql.ResultSet rs)Initializes the new Table object using the meta-data in the result set. | 
|  void | setSupportedColumns(java.util.Set supportedColumns)Specify the column names supported by the result set. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JDBCTableLoader.TableFactory()
| Method Detail | 
|---|
public org.eclipse.emf.ecore.EClass getTableEClass()
getTableEClass in interface JDBCTableLoader.ITableFactoryJDBCTableLoader.ITableFactory.getTableEClass()
public Table createTable(java.sql.ResultSet rs)
                  throws java.sql.SQLException
createTable in interface JDBCTableLoader.ITableFactoryrs - the result set
java.sql.SQLException - if anything goes wrongJDBCTableLoader.ITableFactory.createTable(java.sql.ResultSet)public void setSupportedColumns(java.util.Set supportedColumns)
JDBCTableLoader.ITableFactory
setSupportedColumns in interface JDBCTableLoader.ITableFactorysupportedColumns - column names defined within the result set.
public void initialize(Table table,
                       java.sql.ResultSet rs)
                throws java.sql.SQLException
initialize in interface JDBCTableLoader.ITableFactorytable - a new Table objectrs - the result set
java.sql.SQLException - if anything goes wrong| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||