|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for providing creation logic for routines.
Method Summary | |
Routine |
createRoutine(java.sql.ResultSet rs)
Creates and initializes a routine object based on the meta-data in the result set. |
EClass |
getRoutineEClass()
|
void |
initialize(Routine routine,
java.sql.ResultSet rs)
Initializes a routine object based on the meta-data in the result set. |
Method Detail |
public EClass getRoutineEClass()
public Routine createRoutine(java.sql.ResultSet rs) throws java.sql.SQLException
rs
- the result set
java.sql.SQLException
- if anything goes wrongpublic void initialize(Routine routine, java.sql.ResultSet rs) throws java.sql.SQLException
rs
- 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 |