|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AEP_JDBC_Connection_Intf
| Method Summary | |
|---|---|
void |
createdConnection(java.sql.Connection con)
This function is involved when an connection is created. |
void |
getConnection(java.sql.Connection con)
This function is involved every time the application requests an connection. |
void |
newClassInstance(java.lang.Object obj)
This function is involved after a class for the JDBC driver was instanciated. |
| Method Detail |
|---|
void newClassInstance(java.lang.Object obj)
obj - the object created for the JDBC driver, e.g. Object obj = Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();#bevoreNewClassInstance()void getConnection(java.sql.Connection con)
con - the connectioncreatedConnection(java.sql.Connection)void createdConnection(java.sql.Connection con)
con - the new created connectiongetConnection(java.sql.Connection)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||