:: com :: sun :: star :: sdbc ::

interface XGeneratedResultSet

Methods' Summary
getGeneratedValues gives access to automatically generated values after a new row was inserted.  
Methods' Details
getGeneratedValues
XResultSet
getGeneratedValues()
raises( SQLException );

Description
gives access to automatically generated values after a new row was inserted.
Returns
a result set that contains the data produced by the query
Throws
SQLException if a database access error occurs.
Top of Page