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 {
25interface XTablesSupplier;
26interface XColumnsSupplier;
29 module
com { module sun { module star { module sdb {
31 interface XParametersSupplier;
simplifies the analyzing of single select statements.
Definition XSingleSelectQueryAnalyzer.idl:41
provides the access to a container of columns, typically used for tables and indexes.
Definition XColumnsSupplier.idl:35
provides for access to a container of tables, typically used for a database definition object.
Definition XTablesSupplier.idl:33
Definition Ambiguous.idl:22
represents a service for analyzing a single select statement.
Definition SingleSelectQueryAnalyzer.idl:44