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

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

interface XQueryDefinitionsSupplier

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

Description
provides the access to a container of database command definitions.


Known Services which Export this Interface

com::sun::star::sdb::DataSource is a factory to establish database connections. It should be registered at a NamingService.

Methods' Summary

getQueryDefinitions returns the container of commands.

Methods' Details

getQueryDefinitions
 
com::sun::star::container::XNameAccess
getQueryDefinitions();
Description
returns the container of commands.
Returns
the query definitions

Top of Page