Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sdb ::

interface XResultSetAccess

Base Interface
com::sun::star::uno::XInterface

Description
is the interface to create a ResultSet based on the object providing the interface.


Known Services which Export this Interface

com::sun::star::sdb::RowSet is a client side RowSet, which use retrieves is data based on a database table, a query or a SQL command or by a rowset reader, who mustn't support SQL. The connection of the rowset is typically a named DataSource or a DataAccess component or a previous instanciated connection.

Methods' Summary

createResultSet returns a new ResultSet based on the object.

Methods' Details

createResultSet
 
com::sun::star::sdbc::XResultSet
createResultSet( )
raises ( com::sun::star::sdbc::SQLException );

Description
returns a new ResultSet based on the object.
Returns
the new created ResultSet object

Top of Page