| java.lang.Object org.apache.derbyTesting.functionTests.tests.jdbcapi.dbMetaDataJdbc30
dbMetaDataJdbc30 | public class dbMetaDataJdbc30 (Code) | | Test of database meta-data for new methods in jdbc 30. This program simply calls
each of the new meta-data methods in jdbc30, one by one, and prints the results.
author: mamta |
Method Summary | |
public static void | checkEmptyRS(ResultSet rs) In order to be JDBC compliant, all metadata calls must return valid
results, even if it's an empty result set. | public static void | dumpRS(ResultSet s) | public static void | main(String[] args) |
checkEmptyRS | public static void checkEmptyRS(ResultSet rs)(Code) | | In order to be JDBC compliant, all metadata calls must return valid
results, even if it's an empty result set. It should be considered
a failure if we throw an exception
|
|
|