must be implemented to make it possible to resolve cyclic object
references ( i.e. between an implementation of
::com::sun::star::beans::XPropertySet
- which may hold property change listeners - and
::com::sun::star::beans::XPropertyChangeListener
- which may hold the property set ).
(details)
provides access to the result set meta data. Meta data are for
example the number of columns of the result set, information
on the data types of columns, column names, and more.
(details)
must be implemented to make it possible to resolve cyclic object
references ( i.e. between an implementation of
::com::sun::star::beans::XPropertySet
- which may hold property change listeners - and
::com::sun::star::beans::XPropertyChangeListener
- which may hold the property set ).
provides access to the result set meta data. Meta data are for
example the number of columns of the result set, information
on the data types of columns, column names, and more.
enables travelling through the result set members ( the contents ).
This interface mainly provides a cursor for the result set.
Note that every method of this interface implementation additionally
may throw a ResultSetException ( which is derived from
::com::sun::star::sdbc::SQLException to be compatible
to that interface ). The new exception transports another exception,
which indicates the reason for the failure of the method call.
provides access to data of the content the cursor is pointing to.
Note that every method of this interface implementation additionally
may throw a ResultSetException ( which is derived from
::com::sun::star::sdbc::SQLException to be compatible
to that interface ). The new exception transports another exception,
which indicates the reason for the failure of the method call.
makes it possible to abort running activities ( i.e. to cancel
retrieving data from a server ).
Note that every method of this interface implementation additionally
may throw a ResultSetException ( which is derived from
::com::sun::star::sdbc::SQLException to be compatible
to that interface ). The new exception transports another exception,
which indicates the reason for the failure of the method call.