|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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. |
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 |
public EClass getTableEClass()
public Table createTable(java.sql.ResultSet rs)
throws java.sql.SQLException
rs - the result set
java.sql.SQLException - if anything goes wrong
public void 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 wrongpublic void 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 | ||||||||||