Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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