19#ifndef __com_sun_star_sdb_SQLQueryComposer_idl__
20#define __com_sun_star_sdb_SQLQueryComposer_idl__
24 module
com { module sun { module star { module sdbcx {
25 published
interface XTablesSupplier;
26 published
interface XColumnsSupplier;
29 module
com { module sun { module star { module sdb {
should be provided by a tool which simplifies the handling with SQL select statements.
Definition XSQLQueryComposer.idl:40
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 tool for composing SQL select statements.
Definition SQLQueryComposer.idl:42