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

interface XQueriesSupplier
Description
provides the access to a container of database queries.

Methods' Summary
getQueries returns the container of queries.  
Methods' Details
getQueries
::com::sun::star::container::XNameAccess
getQueries();

Description
returns the container of queries.

The single elements of the container support the Query service.

Returns
the queries belonging to database connection at which the XQueriesSupplier interface is exposed.
Top of Page