:: 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.

Developers Guide
Database - The SQLQueryComposer

Exported Interfaces - Summary
XSQLQueryComposer

access to the composer interface.

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

access to the selected tables.

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

access the selected columns.

Exported Interfaces - Details
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