|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface can be implemented to do vendor-specific processing of the connection, e.g. parse the SQLException and append messages to SQL results view.
Method Summary | |
void |
prepare(java.sql.Connection con)
Initializes the environment for running |
void |
process(java.lang.Object object)
Does the specific thing |
void |
release()
Releases all resources that were initialized at the point of preparation |
Method Detail |
public void prepare(java.sql.Connection con)
con
- public void process(java.lang.Object object)
object
- object to be processed, e.g. OperationCommandpublic void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |