| java.lang.Object org.apache.derbyTesting.functionTests.tests.lang.updateCursor
updateCursor | public class updateCursor (Code) | | This tests updateable cursor using index, Beetle entry 3865.
Not done in ij since we need to do many "next" and "update" to be
able to excercise the code of creating temp conglomerate for virtual
memory heap. We need at minimum
200 rows in table, if "maxMemoryPerTable" property is set to 1 (KB).
This includes 100 rows to fill the hash table and another 100 rows
to fill the in-memory heap.
|
verifyBoolean | static void verifyBoolean(boolean got, boolean expect) throws SQLException(Code) | | |
|
|