20module
com { module sun { module star { module container {
21published
interface XIndexAccess;
24 module
com { module sun { module star { module sdb {
77 sequence< sequence<com::sun::star::beans::PropertyValue> >
123 sequence< sequence<com::sun::star::beans::PropertyValue> >
183 raises (
com::sun::star::sdbc::SQLException);
212 void setCommand([in]
string Command ,[in]
long CommandType)
213 raises (
com::sun::star::sdbc::SQLException);
is an exception that provides information on a database access error.
Definition SQLException.idl:41
provides access to the elements of a collection through an index.
Definition generated_idl_chapter_refs.idl:3903
simplifies the analyzing of single select statements.
Definition XSingleSelectQueryAnalyzer.idl:35
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 generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20