Lines Matching refs:pSet
271 ADORecordset* pSet = NULL; in execute() local
273 CHECK_RETURN(m_Command.Execute(m_RecordsAffected,m_Parameters,adCmdText,&pSet)) in execute()
275 assignRecordSet( pSet ); in execute()
316 OResultSet* pSet = new OResultSet(aSet,this); in executeQuery()
317 Reference< XResultSet > xRs = pSet; in executeQuery()
318 pSet->construct(); in executeQuery()
377 ADORecordset* pSet=NULL; in executeBatch()
382 pSet = NULL; in executeBatch()
384 if(m_RecordSet.NextRecordset(aRecordsAffected,&pSet) && pSet) in executeBatch()
386 assignRecordSet( pSet ); in executeBatch()
407 ADORecordset* pSet = NULL; in executeUpdate() local
409 CHECK_RETURN(m_Command.Execute(m_RecordsAffected,m_Parameters,adCmdText|adExecuteNoRecords,&pSet)) in executeUpdate()
464 ADORecordset* pSet=NULL; in getMoreResults() local
466 if(m_RecordSet.IsValid() && m_RecordSet.NextRecordset(aRecordsAffected,&pSet) && pSet) in getMoreResults()
467 assignRecordSet( pSet ); in getMoreResults()