19#ifndef __com_sun_star_sdb_XSingleSelectQueryAnalyzer_idl__
20#define __com_sun_star_sdb_XSingleSelectQueryAnalyzer_idl__
26module
com { module sun { module star { module container {
27published
interface XIndexAccess;
30 module
com { module sun { module star { module sdb {
83 sequence< sequence<com::sun::star::beans::PropertyValue> >
129 sequence< sequence<com::sun::star::beans::PropertyValue> >
189 raises (
com::sun::star::sdbc::SQLException);
218 void setCommand([in]
string Command ,[in]
long CommandType)
219 raises (
com::sun::star::sdbc::SQLException);
is an exception that provides information on a database access error.
Definition: SQLException.idl:45
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:40
simplifies the analyzing of single select statements.
Definition: XSingleSelectQueryAnalyzer.idl:41
com::sun::star::container::XIndexAccess getGroupColumns()
returns the currently used group.
string getQueryWithSubstitution()
returns the query previously set at the analyzer, with all application-level features being substitut...
string getOrder()
returns the currently used sort order.
string getGroup()
returns the currently used GROUP BY.
sequence< sequence< com::sun::star::beans::PropertyValue > > getStructuredHavingClause()
returns the currently used HAVING filter.
sequence< sequence< com::sun::star::beans::PropertyValue > > getStructuredFilter()
returns the currently used filter.
com::sun::star::container::XIndexAccess getOrderColumns()
returns the currently used sort order.
void setQuery([in] string command)
sets a new query for the composer, which may be expanded by filters, group by, having and sort criter...
string getHavingClause()
returns the used HAVING filter.
string getFilter()
returns the used filter.
string getQuery()
returns the query.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Accessible.idl:22