19 #ifndef __com_sun_star_sdb_SingleSelectQueryAnalyzer_idl__
20 #define __com_sun_star_sdb_SingleSelectQueryAnalyzer_idl__
24 module com { module sun { module star { module sdbcx {
25 interface XTablesSupplier;
26 interface XColumnsSupplier;
29 module com { module sun { module star { module sdb {
31 interface XParametersSupplier;
simplifies the analyzing of single select statements.
Definition: XSingleSelectQueryAnalyzer.idl:40
provides for access to a container of tables, typically used for a database definition object...
Definition: XTablesSupplier.idl:32
represents a service for analyzing a single select statement.
Definition: SingleSelectQueryAnalyzer.idl:43
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:34