biz.hammurapi.sql
Interface IdentityRetriever

All Superinterfaces:
IdentityManager
All Known Implementing Classes:
GenericIdentityRetriever, HypersonicIdentityRetriever, MsSqlIdentityRetriever

public interface IdentityRetriever
extends IdentityManager

Author:
Pavel Vlasov

Method Summary
 int retrieve(java.sql.Connection con)
          Retrieves last identiry generated by given connection.
 

Method Detail

retrieve

int retrieve(java.sql.Connection con)
             throws java.sql.SQLException
Retrieves last identiry generated by given connection.

Parameters:
con -
Returns:
Throws:
java.sql.SQLException


Copyright © 2003 Hammurapi Group. All Rights Reserved.