19 #ifndef __com_sun_star_sdbc_ResultSet_idl__
20 #define __com_sun_star_sdbc_ResultSet_idl__
28 module com { module sun { module star { module sdbc {
30 published
interface XStatement;
31 published
interface XRow;
32 published
interface XRowUpdate;
33 published
interface XResultSet;
34 published
interface XResultSetUpdate;
35 published
interface XResultSetMetaDataSupplier;
36 published
interface XWarningsSupplier;
37 published
interface XColumnLocate;
38 published
interface XCloseable;
188 [optional, readonly, property]
string CursorName;
provides access to a table of data.
Definition: ResultSet.idl:86
long ResultSetConcurrency
retrieves the result set concurrency.
Definition: ResultSet.idl:195
should be implemented of objects which may report warnings or non critical errors.
Definition: XWarningsSupplier.idl:33
allows to exclicitly free resources and break cyclic references.
Definition: XComponent.idl:42
long FetchDirection
retrieves the direction for fetching rows from database tables that is the default for result sets ge...
Definition: ResultSet.idl:213
is used to update data which is collected in a row.
Definition: XRowUpdate.idl:41
is used to access data which is collected in a row.
Definition: XRow.idl:53
provides the possibility to find columns by their name.
Definition: XColumnLocate.idl:44
provides the navigation on a table of data.
Definition: XResultSet.idl:43
long FetchSize
retrieves the number of result set rows that is the default fetch size for result sets generated from...
Definition: ResultSet.idl:226
provides for the releasing of resources acquired by the implementing object.
Definition: XCloseable.idl:31
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
provides the possibility to write changes made on a result set back to database.
Definition: XResultSetUpdate.idl:32
long ResultSetType
determines the result set type.
Definition: ResultSet.idl:202