author: marsden author: This test tests java.sql.Driver methods. author: Right now it just tests acceptsURL and some attributes author: Tests for getPropertyInfo need to be added.
Test of JDBC result set and result set meta-data.
This program simply calls each of the result set and result set meta-data
methods, one by one, and prints the results.
This class is used to test the fix for DERBY-694.
A brief description of DERBY-694 (Got from the description in JIRA)
1) Autocommit off.
2) Have two prepared statements, calling executeQuery() on both
3) Gives two result sets.
Tests scrollable result sets
author: Fernanda Pizzorno author: Tests: author: - testNextOnLastRowForwardOnly: tests that the result set is closed when all author: rows have been retreived and next has been called from the last row, author: autocommit = true, the result set is not holdable and type forward author: only.