| java.lang.Object org.apache.derbyTesting.unitTests.harness.T_Generic org.apache.derbyTesting.unitTests.store.T_AccessFactory
Method Summary | |
protected boolean | alterTable(TransactionController tc) Test the access level alter table interface for adding columns. | protected boolean | commitTest(TransactionController tc) | protected boolean | deletetest(TransactionController tc, long conglomid, int value1, int value2) | protected boolean | dropTest(TransactionController tc) | public String | getModuleToTestProtocolName() | protected boolean | getTableProperties(TransactionController tc) Test the access level getTableProperties() call. | protected boolean | holdCursor(TransactionController tc) | protected boolean | insertAndFetch(TransactionController tc, long conglomid, int value) | protected boolean | insertAndFetchExample(TransactionController tc) | protected boolean | insertAndUpdate(TransactionController tc, long conglomid, int value1, int value2) | protected boolean | insertAndUpdateExample(TransactionController tc) | protected boolean | insert_bench(TransactionController tc) | protected boolean | nestedUserTransaction(TransactionController tc) | protected boolean | partialScan(TransactionController tc) Test partial scans. | protected boolean | positionAtRowLocation(TransactionController tc) | protected boolean | readUncommitted(TransactionController tc) Test critical cases for read uncommitted.
test 1 - test heap fetch, delete and replace of row on page which does not exist. | public static String | repeatString(String data, int repeat) | protected void | runTests() | protected boolean | scanExample(TransactionController tc) | protected boolean | scanInfo(TransactionController tc) Test the access level ScanInfo interface. | protected boolean | sortCost(TransactionController tc) Test the access level SortCost interface. | protected boolean | storeCost(TransactionController tc) Test the access level StoreCost interface. | protected boolean | tempTest(TransactionController tc) | protected boolean | transactionalProperties(TransactionController tc) | protected boolean | updatelocks(TransactionController tc) | protected boolean | updatelocks_0(TransactionController tc, int isolation_level) |
T_AccessFactory | public T_AccessFactory()(Code) | | |
alterTable | protected boolean alterTable(TransactionController tc) throws StandardException, T_Fail(Code) | | Test the access level alter table interface for adding columns.
true if the test succeeded. Parameters: tc - The transaction controller to use in the test. exception: StandardException - Standard exception policy. exception: T_Fail - Unexpected behaviour from the API |
getModuleToTestProtocolName | public String getModuleToTestProtocolName()(Code) | | |
getTableProperties | protected boolean getTableProperties(TransactionController tc) throws StandardException, T_Fail(Code) | | Test the access level getTableProperties() call.
true if the test succeeded. Parameters: tc - The transaction controller to use in the test. exception: StandardException - Standard exception policy. exception: T_Fail - Unexpected behaviour from the API |
readUncommitted | protected boolean readUncommitted(TransactionController tc) throws StandardException, T_Fail(Code) | | Test critical cases for read uncommitted.
test 1 - test heap fetch, delete and replace of row on page which does not exist.
test 2 - test heap fetch, delete and replace of row on page where row does not exist.
exception: StandardException - Standard exception policy. |
runTests | protected void runTests() throws T_Fail(Code) | | exception: T_Fail - Unexpected behaviour from the API |
|
|