mpxplugins/serviceplugins/collectionplugins/inc/mpxdbmanager.h
branchRCL_3
changeset 56 2cbbefa9af78
parent 53 3de6c4cf6b67
child 66 1f1dad4af8f8
equal deleted inserted replaced
53:3de6c4cf6b67 56:2cbbefa9af78
   314         * @return TInt index to the database handler
   314         * @return TInt index to the database handler
   315         */
   315         */
   316         IMPORT_C void EnsureRamSpaceL() ;
   316         IMPORT_C void EnsureRamSpaceL() ;
   317 
   317 
   318         /**
   318         /**
       
   319          * overloaded function for calls where string is allready formatted
       
   320          * 
       
   321          * @param  aQuery data base query string
       
   322          * @return RSqlStatement
       
   323          */
       
   324         IMPORT_C RSqlStatement ExecuteSelectQueryL( const TDesC& aQuery );
       
   325         
       
   326         
       
   327         /**
   319         *  Move DBs from RAMDisk to disks
   328         *  Move DBs from RAMDisk to disks
   320         */
   329         */
   321         //IMPORT_C void BackupDBsL();
   330         //IMPORT_C void BackupDBsL();
   322 
   331 
   323     private:
   332     private: