Lines Matching refs:OQueryComposer
118 DBG_NAME(OQueryComposer) in DBG_NAME() argument
120 OQueryComposer::OQueryComposer(const Reference< XConnection>& _xConnection) in DBG_NAME()
124 DBG_CTOR(OQueryComposer,NULL); in DBG_NAME()
132 OQueryComposer::~OQueryComposer() in ~OQueryComposer()
134 DBG_DTOR(OQueryComposer,NULL); in ~OQueryComposer()
137 void SAL_CALL OQueryComposer::disposing() in disposing()
145 Sequence< Type > SAL_CALL OQueryComposer::getTypes() throw (RuntimeException) in getTypes()
151 Sequence< sal_Int8 > SAL_CALL OQueryComposer::getImplementationId() throw (RuntimeException) in getImplementationId()
168 sal_Int64 SAL_CALL OQueryComposer::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeExc… in getSomething()
177 Any SAL_CALL OQueryComposer::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
188 rtl::OUString OQueryComposer::getImplementationName( ) throw(RuntimeException) in getImplementationName()
194 sal_Bool OQueryComposer::supportsService( const ::rtl::OUString& _rServiceName ) throw (RuntimeExce… in supportsService()
200 Sequence< ::rtl::OUString > OQueryComposer::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
209 ::rtl::OUString SAL_CALL OQueryComposer::getQuery( ) throw(RuntimeException) in getQuery()
222 void SAL_CALL OQueryComposer::setQuery( const ::rtl::OUString& command ) throw(SQLException, Runtim… in setQuery()
234 ::rtl::OUString SAL_CALL OQueryComposer::getComposedQuery( ) throw(RuntimeException) in getComposedQuery()
244 ::rtl::OUString SAL_CALL OQueryComposer::getFilter( ) throw(RuntimeException) in getFilter()
254 Sequence< Sequence< PropertyValue > > SAL_CALL OQueryComposer::getStructuredFilter( ) throw(Runtim… in getStructuredFilter()
263 ::rtl::OUString SAL_CALL OQueryComposer::getOrder( ) throw(RuntimeException) in getOrder()
274 void SAL_CALL OQueryComposer::appendFilterByColumn( const Reference< XPropertySet >& column ) throw… in appendFilterByColumn()
307 void SAL_CALL OQueryComposer::appendOrderByColumn( const Reference< XPropertySet >& column, sal_Boo… in appendOrderByColumn()
324 void SAL_CALL OQueryComposer::setFilter( const ::rtl::OUString& filter ) throw(SQLException, Runtim… in setFilter()
341 void SAL_CALL OQueryComposer::setOrder( const ::rtl::OUString& order ) throw(SQLException, RuntimeE… in setOrder()
360 Reference< XNameAccess > SAL_CALL OQueryComposer::getTables( ) throw(RuntimeException) in getTables()
370 Reference< XNameAccess > SAL_CALL OQueryComposer::getColumns( ) throw(RuntimeException) in getColumns()
379 Reference< XIndexAccess > SAL_CALL OQueryComposer::getParameters( ) throw(RuntimeException) in getParameters()
388 void SAL_CALL OQueryComposer::acquire() throw() in acquire()
393 void SAL_CALL OQueryComposer::release() throw() in release()