Home
last modified time | relevance | path

Searched refs:OQuery (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A Dquery.cxx127 DBG_NAME(OQuery) in DBG_NAME() argument
129 OQuery::OQuery( const Reference< XPropertySet >& _rxCommandDefinition in DBG_NAME()
142 DBG_CTOR(OQuery, NULL); in DBG_NAME()
168 OQuery::~OQuery() in ~OQuery()
170 DBG_DTOR(OQuery, NULL); in ~OQuery()
173 IMPLEMENT_IMPLEMENTATION_ID(OQuery);
174 IMPLEMENT_GETTYPES3(OQuery,OQueryDescriptor_Base,ODataSettings,OContentHelper);
175 IMPLEMENT_FORWARD_XINTERFACE3( OQuery,OContentHelper,OQueryDescriptor_Base,ODataSettings) in IMPLEMENT_FORWARD_XINTERFACE3() argument
177 void OQuery::rebuildColumns() in IMPLEMENT_FORWARD_XINTERFACE3()
277 IMPLEMENT_SERVICE_INFO3(OQuery, "com.sun.star.sdb.dbaccess.OQuery", SERVICE_SDB_DATASETTINGS, SERVI…
[all …]
H A Dquery.hxx68 class OQuery;
70 typedef ::comphelper::OPropertyArrayUsageHelper< OQuery > OQuery_ArrayHelperBase;
73 class OQuery :public OContentHelper class
104 OQuery* m_pActor;
106 OAutoActionReset(OQuery* _pActor) : m_pActor(_pActor) { } in OAutoActionReset()
111 virtual ~OQuery();
118 OQuery(
H A Dquerycontainer.cxx412OQuery* pNewObject = new OQuery( Reference< XPropertySet >( _rxCommandDesc, UNO_QUERY ), m_xConnec… in implCreateWrapper()
/trunk/main/dbaccess/source/core/inc/
H A Dquerycontainer.hxx120 class OQuery;