service SQLQueryComposer in module com::sun::star::sdb::

(Global Index)

Syntax

service SQLQueryComposer;

Description

represents a tool for composing SQL select statements.

It hides the complexity of parsing and evaluating SQL Statements and provides sophisticated methods for expanding a SQL-Statement with filter and order criteria.

Exported Interfaces

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

Description

access to the composer interface.


com::sun::star::sdbcx::XTablesSupplier

Description

access to the selected tables.


com::sun::star::sdbcx::XColumnsSupplier

Description

access the selected columns.


Top of Page