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

unpublished service SingleSelectQueryAnalyzer
Description
represents a service for analyzing a single select statement.

It hides the complexity of parsing and evaluating a single select statement and provides sophisticated methods for accessing a statements filter, group by, having and order criteria, as well as the corresponding select columns and tables. If supported, it even gives access to the parameters.

See also
::com::sun::star::sdb::SingleSelectQueryComposer

Exported Interfaces
::com::sun::star::sdb::XSingleSelectQueryAnalyzer
(referenced entity's summary:)
simplifies the analyzing of single select statements.
::com::sun::star::sdbcx::XTablesSupplier
Description
access to the selected tables.
::com::sun::star::sdbcx::XColumnsSupplier
Description
access the selected columns.
::com::sun::star::sdb::XParametersSupplier
Usage Restrictions
optional
Description
access to the parameters which are used in the where clause.

 
Top of Page