Home
last modified time | relevance | path

Searched refs:OQueryComposer (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/core/api/ !
H A Dquerycomposer.cxx118 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()
[all …]
/trunk/main/dbaccess/source/core/inc/ !
H A Dquerycomposer.hxx84 class OQueryComposer : public ::comphelper::OBaseMutex, class
97 virtual ~OQueryComposer();
100OQueryComposer( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xCo…
/trunk/main/dbaccess/source/core/dataaccess/ !
H A Dconnection.cxx601 Reference< XSQLQueryComposer > xComposer( new OQueryComposer( this ) ); in createQueryComposer()