:: 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 ::com::sun::star::sdb::Query service.

Returns
the queries belonging to database connection at which the ::com::sun::star::sdb::XQueriesSupplier interface is exposed.
Top of Page