|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JDBCRoutineLoader.IRoutineFactory
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. |
org.eclipse.emf.ecore.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 |
---|
org.eclipse.emf.ecore.EClass getRoutineEClass()
Routine createRoutine(java.sql.ResultSet rs) throws java.sql.SQLException
rs
- the result set
java.sql.SQLException
- if anything goes wrongvoid initialize(Routine routine, java.sql.ResultSet rs) throws java.sql.SQLException
table
- the table 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 |