mpxplugins/serviceplugins/collectionplugins/inc/mpxdbmanager.h
branchRCL_3
changeset 66 1f1dad4af8f8
parent 56 2cbbefa9af78
equal deleted inserted replaced
60:bdd9da0d70fe 66:1f1dad4af8f8
   252         
   252         
   253         /**
   253         /**
   254          * Checks if the spefified drive is a remove drive
   254          * Checks if the spefified drive is a remove drive
   255          */      
   255          */      
   256         IMPORT_C TBool IsRemoteDrive(TDriveNumber aDrive);
   256         IMPORT_C TBool IsRemoteDrive(TDriveNumber aDrive);
       
   257         
       
   258         /**
       
   259         * Recreate a specified database file.
       
   260         * @param aDrive identifies the drive index ro recreate the database
       
   261         */
       
   262         IMPORT_C void RecreateDatabaseFileL(TInt aDrive);
   257 
   263 
   258     protected:
   264     protected:
   259 
   265 
   260         /**
   266         /**
   261         * Creates a database on a specified drive.
   267         * Creates a database on a specified drive.
   313         *
   319         *
   314         * @return TInt index to the database handler
   320         * @return TInt index to the database handler
   315         */
   321         */
   316         IMPORT_C void EnsureRamSpaceL() ;
   322         IMPORT_C void EnsureRamSpaceL() ;
   317 
   323 
   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         /**
   324         /**
   328         *  Move DBs from RAMDisk to disks
   325         *  Move DBs from RAMDisk to disks
   329         */
   326         */
   330         //IMPORT_C void BackupDBsL();
   327         //IMPORT_C void BackupDBsL();
   331 
   328