Lines Matching refs:m_Command
72 m_Command.Create(); in OStatement_Base()
73 if(m_Command.IsValid()) in OStatement_Base()
74 m_Command.putref_ActiveConnection(m_pConnection->getConnection()); in OStatement_Base()
103 if ( m_Command.IsValid() ) in disposing()
104 m_Command.putref_ActiveConnection( NULL ); in disposing()
105 m_Command.clear(); in disposing()
146 CHECK_RETURN(m_Command.Cancel()) in cancel()
256 m_RecordSet.PutRefDataSource( (IDispatch*)m_Command ); in assignRecordSet()
272 CHECK_RETURN(m_Command.put_CommandText(sql)) in execute()
273 CHECK_RETURN(m_Command.Execute(m_RecordsAffected,m_Parameters,adCmdText,&pSet)) in execute()
301 CHECK_RETURN(m_Command.put_CommandText(sql)) in executeQuery()
303 aCmd.setIDispatch(m_Command); in executeQuery()
371 CHECK_RETURN(m_Command.put_CommandText(aBatchSql)) in executeBatch()
373 m_RecordSet.PutRefDataSource((IDispatch*)m_Command); in executeBatch()
408 CHECK_RETURN(m_Command.put_CommandText(sql)) in executeUpdate()
409 CHECK_RETURN(m_Command.Execute(m_RecordsAffected,m_Parameters,adCmdText|adExecuteNoRecords,&pSet)) in executeUpdate()
505 return m_Command.get_CommandTimeout(); in getQueryTimeOut()
570 return m_Command.GetName(); in getCursorName()
579 m_Command.put_CommandTimeout(seconds); in setQueryTimeOut()
655 m_Command.put_Name(_par0); in setCursorName()