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> >
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 XIndexAccess.idl:32
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.
void setCommand([in] string Command, [in] long CommandType)
sets a new query for the composer, which may be expanded by filters, group by, having and sort criter...
string getFilter()
returns the used filter.
string getQuery()
returns the query.
base interface of all UNO interfaces
Definition XInterface.idl:46
indicates the type of a command.
Definition CommandType.idl:26
Database component interfaces.
Definition modules.idl:331
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20