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;
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
provides for the releasing of resources acquired by the implementing object.
Definition: XCloseable.idl:32
provides the possibility to find columns by their name.
Definition: XColumnLocate.idl:45
provides the possibility to write changes made on a result set back to database.
Definition: XResultSetUpdate.idl:33
provides the navigation on a table of data.
Definition: XResultSet.idl:44
is used to update data which is collected in a row.
Definition: XRowUpdate.idl:42
is used to access data which is collected in a row.
Definition: XRow.idl:54
should be implemented of objects which may report warnings or non critical errors.
Definition: XWarningsSupplier.idl:34
Definition: Ambiguous.idl:22
provides access to a table of data.
Definition: ResultSet.idl:87
long ResultSetConcurrency
retrieves the result set concurrency.
Definition: ResultSet.idl:195
string CursorName
defines the SQL cursor name that will be used by subsequent Statement execute methods.
Definition: ResultSet.idl:161
long ResultSetType
determines the result set type.
Definition: ResultSet.idl:202
long FetchSize
retrieves the number of result set rows that is the default fetch size for result sets generated from...
Definition: ResultSet.idl:226
long FetchDirection
retrieves the direction for fetching rows from database tables that is the default for result sets ge...
Definition: ResultSet.idl:213