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