Verify does not perform any locking, even in Berkeley DB
            environments that are configured with a locking subsystem. As such,
            it should only be used on files that are not being modified by
            another thread of control.
            
 Overload List
Overload List
| Name | Description | |
|---|---|---|
|   | Verify(String, DatabaseConfig) | 
            Verify the integrity of all databases in the file specified by 
            file.
             | 
|   | Verify(String, DatabaseConfig, Database..::.VerifyOperation) | 
            Verify the integrity of all databases in the file specified by 
            file.
             | 
|   | Verify(String, String, DatabaseConfig, Database..::.VerifyOperation) | 
            Verify the integrity of the database specified by 
            file and database.
             | 





