metadataengine/server/inc/mdssqldbmaintenance.h
changeset 52 40db28bb26b8
parent 0 c53acadfccc6
child 50 85f623e1ef41
equal deleted inserted replaced
45:a93990e5815e 52:40db28bb26b8
    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();
    58     };
    63     };
    59 
    64 
    60 #endif // __MDSSQLDBMAINTENANCE_H__
    65 #endif // __MDSSQLDBMAINTENANCE_H__