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

interface XSQLQueryComposerFactory
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSQLQueryComposerFactory
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
is a factory for instances of service ::com::sun::star::sdb::SQLQueryComposer .

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