metadataengine/server/inc/mdssqldbmaintenance.h
branchRCL_3
changeset 63 e538444823de
parent 53 29d87345eaeb
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
    53 
    53 
    54         /**
    54         /**
    55         * Drops and re-creates tables
    55         * Drops and re-creates tables
    56         */
    56         */
    57         void CreateDatabaseL();
    57         void CreateDatabaseL();
    58 
       
    59         /**
       
    60         * Does quick check to the existing database to detect obvious corruption
       
    61         */
       
    62         TBool CheckForCorruptionL();
       
    63     };
    58     };
    64 
    59 
    65 #endif // __MDSSQLDBMAINTENANCE_H__
    60 #endif // __MDSSQLDBMAINTENANCE_H__