Package org.h2.test.bench
Class BenchA
- java.lang.Object
-
- org.h2.test.bench.BenchA
-
-
Constructor Summary
Constructors Constructor Description BenchA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Get the name of the test.voidinit(org.h2.test.bench.Database db, int size)Initialize the database.voidrunTest()Run the test.
-
-
-
Method Detail
-
init
public void init(org.h2.test.bench.Database db, int size) throws java.sql.SQLExceptionDescription copied from interface:BenchInitialize the database. This includes creating tables and inserting data.
-
runTest
public void runTest() throws java.sql.SQLExceptionDescription copied from interface:BenchRun the test.
-
-