Searched refs:put_CommandText (Results 1 – 6 of 6) sorted by relevance
272 CHECK_RETURN(m_Command.put_CommandText(sql)) in execute()301 CHECK_RETURN(m_Command.put_CommandText(sql)) in executeQuery()371 CHECK_RETURN(m_Command.put_CommandText(aBatchSql)) in executeBatch()408 CHECK_RETURN(m_Command.put_CommandText(sql)) in executeUpdate()
79 …aCommand.put_CommandText(getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getN… in appendObject()
83 CHECK_RETURN(m_Command.put_CommandText(sNewSql)) in OPreparedStatement()
219 aCommand.put_CommandText(sql); in nativeSQL()
331 sal_Bool WpADOCommand::put_CommandText(const ::rtl::OUString &aCon) in put_CommandText() function in WpADOCommand335 sal_Bool bErg = SUCCEEDED(pInterface->put_CommandText(bstr)); in put_CommandText()
187 sal_Bool put_CommandText(const ::rtl::OUString &aCon) ;
Completed in 46 milliseconds