| java.lang.Object org.h2.test.bench.BenchC
BenchC | public class BenchC implements Bench(Code) | | This test is similar to the TPC-C test of the Transaction Processing Council
(TPC). Only one connection and one thread is used. Referential integrity is
not implemented.
See also http://www.tpc.org
|
customersPerDistrict | int customersPerDistrict(Code) | | |
districtsPerWarehouse | int districtsPerWarehouse(Code) | | |
warehouses | int warehouses(Code) | | |
trace | void trace(int i, int max)(Code) | | |
|
|