| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.enablement.ase.catalog.SybaseASECatalogSchema.ASEViewTableFactory
public static class SybaseASECatalogSchema.ASEViewTableFactory
Factroy for creating view table
| Constructor Summary | |
|---|---|
| SybaseASECatalogSchema.ASEViewTableFactory() | |
| Method Summary | |
|---|---|
|  Table | createTable(java.sql.ResultSet rs)Creates and initializes a table object based on the meta-data in the result set. | 
|  org.eclipse.emf.ecore.EClass | getTableEClass() | 
|  void | initialize(Table table,
           java.sql.ResultSet rs)Initializes a table object based on 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 SybaseASECatalogSchema.ASEViewTableFactory()
| Method Detail | 
|---|
public Table createTable(java.sql.ResultSet rs)
                  throws java.sql.SQLException
JDBCTableLoader.ITableFactory
createTable in interface JDBCTableLoader.ITableFactoryrs - the result set
java.sql.SQLException - if anything goes wrongpublic org.eclipse.emf.ecore.EClass getTableEClass()
getTableEClass in interface JDBCTableLoader.ITableFactorypublic 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
JDBCTableLoader.ITableFactory
initialize in interface JDBCTableLoader.ITableFactorytable - the table to initializers - 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 | |||||||||