Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XGeneratedResultSet
Description
provides a result set which gives access to automatically generated values after a new row was inserted.

The relative order of columns in the result set returned by getGeneratedValues must be the same as the relative order of the same columns as returned when executing a "SELECT * FROM table". This ensures that clients of this interface can reliably fetch the column values.

Since
OOo 1.1.2
See also
Statement, PreparedStatement

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.