Searched refs:CHECK_RETURN (Results 1 – 4 of 4) sorted by relevance
41 #define CHECK_RETURN(x) \ macro83 CHECK_RETURN(m_Command.put_CommandText(sNewSql)) in OPreparedStatement()84 CHECK_RETURN(m_Command.put_Prepared(VARIANT_TRUE)) in OPreparedStatement()266 CHECK_RETURN(aParam.PutValue(_Val)); in setParameter()308 CHECK_RETURN(m_RecordSet.put_CacheSize(m_nFetchSize)) in executeQuery()309 CHECK_RETURN(m_RecordSet.put_MaxRecords(m_nMaxRows)) in executeQuery()311 CHECK_RETURN(m_RecordSet.get_CacheSize(m_nFetchSize)) in executeQuery()312 CHECK_RETURN(m_RecordSet.get_MaxRecords(m_nMaxRows)) in executeQuery()313 CHECK_RETURN(m_RecordSet.get_CursorType(m_eCursorType)) in executeQuery()314 CHECK_RETURN(m_RecordSet.get_LockType(m_eLockType)) in executeQuery()[all …]
46 #define CHECK_RETURN(x) \ macro146 CHECK_RETURN(m_Command.Cancel()) in cancel()272 CHECK_RETURN(m_Command.put_CommandText(sql)) in execute()301 CHECK_RETURN(m_Command.put_CommandText(sql)) in executeQuery()306 CHECK_RETURN(aSet.put_CacheSize(m_nFetchSize)) in executeQuery()307 CHECK_RETURN(aSet.put_MaxRecords(m_nMaxRows)) in executeQuery()311 CHECK_RETURN(aSet.get_CacheSize(m_nFetchSize)) in executeQuery()312 CHECK_RETURN(aSet.get_MaxRecords(m_nMaxRows)) in executeQuery()313 CHECK_RETURN(aSet.get_CursorType(m_eCursorType)) in executeQuery()314 CHECK_RETURN(aSet.get_LockType(m_eLockType)) in executeQuery()[all …]
49 #define CHECK_RETURN(x) \ macro117 CHECK_RETURN(m_pRecordSet->get_BOF(&bIsAtBOF)) in construct()370 CHECK_RETURN(m_pRecordSet->get_EOF(&bIsAtEOF)) in isAfterLast()606 CHECK_RETURN(m_pRecordSet->get_EOF(&bIsAtEOF)) in next()
2867 CHECK_RETURN( nParentTree ); in emitStructure()4274 CHECK_RETURN( fit->second ); in emitFonts()4327 CHECK_RETURN( emitTilings() ); in emitResources()4330 CHECK_RETURN( emitFonts() ); in emitResources()4482 #undef CHECK_RETURN5749 #undef CHECK_RETURN5761 CHECK_RETURN( emitResources() ); in emitCatalog()5848 CHECK_RETURN( emitAnnotations() ); in emitCatalog()6840 CHECK_RETURN( emitCatalog() ); in emit()6843 CHECK_RETURN( emitTrailer() ); in emit()[all …]
Completed in 60 milliseconds