|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pavelvlasov.sql.GenericIdentityRetriever
Retrieves identity by executing SQL statement
Constructor Summary | |
GenericIdentityRetriever(java.lang.String sql)
|
Method Summary | |
int |
retrieve(java.sql.Connection con)
Retrieves last identiry generated by given connection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GenericIdentityRetriever(java.lang.String sql)
Method Detail |
public int retrieve(java.sql.Connection con) throws java.sql.SQLException
IdentityRetriever
retrieve
in interface IdentityRetriever
con
-
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |