19 #ifndef __com_sun_star_sdbc_XRowSet_idl__
20 #define __com_sun_star_sdbc_XRowSet_idl__
24 module com { module sun { module star { module sdbc {
26 published
interface XRowSetListener;
27 published
interface XConnection;
enhances the functionality of a result set.
Definition: XRowSet.idl:42
provides the navigation on a table of data.
Definition: XResultSet.idl:43
is an exception that provides information on a database access error.
Definition: SQLException.idl:44
is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events posted by...
Definition: XRowSetListener.idl:30