| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JDBCUserDefinedTypeLoader.IUDTFactory
Interface for providing creation logic for UDTs.
| Method Summary | |
|---|---|
|  UserDefinedType | createUDT(java.sql.ResultSet rs)Creates and initializes a UDT object based on the meta-data in the result set. | 
|  org.eclipse.emf.ecore.EClass | getUDTEClass() | 
|  void | initialize(UserDefinedType udt,
           java.sql.ResultSet rs)Initializes a UDT object based on the meta-data in the result set. | 
| Method Detail | 
|---|
org.eclipse.emf.ecore.EClass getUDTEClass()
UserDefinedType createUDT(java.sql.ResultSet rs)
                          throws java.sql.SQLException
rs - the result set
java.sql.SQLException - if anything goes wrong
void initialize(UserDefinedType udt,
                java.sql.ResultSet rs)
                throws java.sql.SQLException
udt - the UDT 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 | |||||||||