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

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

interface XSQLQueryComposerFactory

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

Description
is a factory for instances of service SQLQueryComposer .


Known Services which Export this Interface

com::sun::star::sdb::Connection extends the connection of SDBC by providing the data definitions of a connected database.
com::sun::star::sdb::DatabaseAccessConnection specifies a component, which supplies and stores additional information related to a certain database connection, such as, DatabaseQueries, FormDocuments, and ReportDocuments. Objects for data definition are supplied as well, for instance, Tables, Views, etc.

Methods' Summary

createQueryComposer creates a new query composer.

Methods' Details

createQueryComposer
 
com::sun::star::sdb::XSQLQueryComposer
createQueryComposer();
Description
creates a new query composer.
Returns
the SQLQueryComposer object

Top of Page