mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbcommon/src/mpxdbmanager.cpp
branchRCL_3
changeset 27 2cbbefa9af78
parent 26 3de6c4cf6b67
equal deleted inserted replaced
26:3de6c4cf6b67 27:2cbbefa9af78
  2854         }
  2854         }
  2855     MPX_DEBUG1("<--CMPXDbManager::EnsureRamSpaceL");
  2855     MPX_DEBUG1("<--CMPXDbManager::EnsureRamSpaceL");
  2856 #endif //__RAMDISK_PERF_ENABLE    
  2856 #endif //__RAMDISK_PERF_ENABLE    
  2857     }
  2857     }
  2858 
  2858 
       
  2859 // ---------------------------------------------------------------------------
       
  2860 // CMPXDbManager::ExecuteSelectQueryL
       
  2861 // ---------------------------------------------------------------------------
       
  2862 //
       
  2863 EXPORT_C RSqlStatement CMPXDbManager::ExecuteSelectQueryL( const TDesC& aQuery ) 
       
  2864     {
       
  2865     MPX_FUNC("CMPXDatabase::ExecuteSelectQueryL( const TDesC& aQuery )");
       
  2866     HBufC* tmp( aQuery.AllocLC() );
       
  2867     RSqlStatement statement( ExecuteSelectQueryOnAllDrivesL( tmp->Des() ) );
       
  2868     CleanupStack::PopAndDestroy(tmp);
       
  2869     return statement;
       
  2870     }
  2859 
  2871 
  2860 // ---------------------------------------------------------------------------
  2872 // ---------------------------------------------------------------------------
  2861 // CMPXDbManager::EnsureDiskSpaceL
  2873 // CMPXDbManager::EnsureDiskSpaceL
  2862 // ---------------------------------------------------------------------------
  2874 // ---------------------------------------------------------------------------
  2863 //
  2875 //