Home
last modified time | relevance | path

Searched refs:WpADOCommand (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/inc/ado/
H A DAwrapado.hxx45 class WpADOCommand;
58 friend class WpADOCommand;
165 class WpADOCommand : public WpOLEBase<ADOCommand> class
168 WpADOCommand(){} in WpADOCommand() function in connectivity::ado::WpADOCommand
171 WpADOCommand(ADOCommand* pInt) : WpOLEBase<ADOCommand>(pInt){} in WpADOCommand() function in connectivity::ado::WpADOCommand
173 WpADOCommand(const WpADOCommand& rhs){operator=(rhs);} in WpADOCommand() function in connectivity::ado::WpADOCommand
175 WpADOCommand& operator=(const WpADOCommand& rhs) in operator =()
H A DAStatement.hxx77 WpADOCommand m_Command;
/trunk/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx269 sal_Bool WpADOCommand::putref_ActiveConnection( WpADOConnection *pCon) in putref_ActiveConnection()
278 void WpADOCommand::put_ActiveConnection(/* [in] */ const OLEVariant& vConn) in put_ActiveConnection()
284 void WpADOCommand::Create() in Create()
315 sal_Int32 WpADOCommand::get_State() const in get_State()
323 ::rtl::OUString WpADOCommand::get_CommandText() const in get_CommandText()
331 sal_Bool WpADOCommand::put_CommandText(const ::rtl::OUString &aCon) in put_CommandText()
340 sal_Int32 WpADOCommand::get_CommandTimeout() const in get_CommandTimeout()
348 void WpADOCommand::put_CommandTimeout(sal_Int32 nRet) in put_CommandTimeout()
354 sal_Bool WpADOCommand::get_Prepared() const in get_Prepared()
362 sal_Bool WpADOCommand::put_Prepared(VARIANT_BOOL bPrepared) const in put_Prepared()
[all …]
H A DAViews.cxx72 WpADOCommand aCommand; in appendObject()
H A DAConnection.cxx216 WpADOCommand aCommand; in nativeSQL()