For a number of methods that return a ResultSet to determine the attributes of SQL objects (e.g. getTables) two methods are provided. A non-modify and a modify one.
The non-modify method tests that the getXXX method call works. This can be used by other tests where issues have been seen with database meta data, such as upgrade and read-only databases. The non-modify means that the test method does not change the database in order to test the return of the getXXX method is correct.
This test is also called from the upgrade tests to test that metadata continues to work at various points in the upgrade.
|
|
|
|