|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JDBCTableLoader.ITableFactory
Interface for providing creation logic for tables.
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. |
Method Detail |
---|
org.eclipse.emf.ecore.EClass getTableEClass()
Table createTable(java.sql.ResultSet rs) throws java.sql.SQLException
rs
- the result set
java.sql.SQLException
- if anything goes wrongvoid initialize(Table table, java.sql.ResultSet rs) throws java.sql.SQLException
table
- the table to initializers
- the result set
java.sql.SQLException
- if anything goes wrongvoid setSupportedColumns(java.util.Set supportedColumns)
supportedColumns
- column names defined within the result set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |