| org.apache.derbyTesting.functionTests.tests.jdbcapi.SURBaseTest org.apache.derbyTesting.functionTests.tests.jdbcapi.SURQueryMixTest
SURQueryMixTest | public class SURQueryMixTest extends SURBaseTest (Code) | | Tests for Scrollable Updatable ResultSet (SUR). This TestCase tests
scrolling (navigation), updates (using updateXXX() and updateRow() or
positioned updates), deletion of records (using deleteRow() or positioned
deletes) of ResultSets.
author: Andreas Korneliussen |
SURQueryMixTest | public SURQueryMixTest(String model, String query, String cursorName, boolean positioned)(Code) | | Constructor
Parameters: name - model name of data model for this TestCase Parameters: query - to use for producing the resultset Parameters: cursorName - name of cursor Parameters: positioned - flag to determine if the Test should use positionedupdates/deletes instead of updateRow() and deleteRow() |
suite | public static Test suite()(Code) | | The suite contains all testcases in this class running on different data models
|
|
|