|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a generator for unique values for the primary key in a database table.
NOTE: At the moment, every application has to take care of locking the table to prevent problems in multithreaded or multihosted applications.
Method Summary | |
java.lang.Object |
generateUniqueId()
Generates a new Id, suitable as a primary key for the next dataset. |
Method Detail |
public java.lang.Object generateUniqueId() throws java.sql.SQLException
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |