|
||||||||||
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.ASESysTableFactory
public static class SybaseASECatalogSchema.ASESysTableFactory
Factory for creating system table
Constructor Summary | |
---|---|
SybaseASECatalogSchema.ASESysTableFactory()
|
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.ASESysTableFactory()
Method Detail |
---|
public Table createTable(java.sql.ResultSet rs) throws java.sql.SQLException
JDBCTableLoader.ITableFactory
createTable
in interface JDBCTableLoader.ITableFactory
rs
- the result set
java.sql.SQLException
- if anything goes wrongpublic org.eclipse.emf.ecore.EClass getTableEClass()
getTableEClass
in interface JDBCTableLoader.ITableFactory
public void setSupportedColumns(java.util.Set supportedColumns)
JDBCTableLoader.ITableFactory
setSupportedColumns
in interface JDBCTableLoader.ITableFactory
supportedColumns
- 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.ITableFactory
table
- 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 |