LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XRowSetSupplier Interface Referencepublished

uses a row set as datasource. More...

import "XRowSetSupplier.idl";

Inheritance diagram for XRowSetSupplier:
XInterface

Public Member Functions

com::sun::star::sdbc::XRowSet getRowSet ()
 provides access to the data source.
void setRowSet ([in] com::sun::star::sdbc::XRowSet xDataSource)
 sets the data source.
Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
void acquire ()
 increases the reference counter by one.
void release ()
 decreases the reference counter by one.

Detailed Description

uses a row set as datasource.

See also
XRowSetChangeBroadcaster

Member Function Documentation

◆ getRowSet()

provides access to the data source.

Returns
the RowSet object

◆ setRowSet()

void setRowSet ( [in] com::sun::star::sdbc::XRowSet xDataSource)

sets the data source.

Parameters
xDataSourcethe RowSet object to set

The documentation for this interface was generated from the following file: