Modifier and Type | Field and Description |
---|---|
private java.sql.Connection |
conn |
private java.sql.PreparedStatement |
ps |
Constructor and Description |
---|
IndexJoinClient() |
Modifier and Type | Method and Description |
---|---|
void |
doWork()
Perform the work for a single iteration of the test (typically a single
transaction).
|
void |
init(java.sql.Connection c)
Initialize this client (typically prepare the statements needed in the
doWork() method). |
void |
printReport(java.io.PrintStream out)
Print a report from the test run.
|
public void init(java.sql.Connection c) throws java.sql.SQLException
Client
doWork()
method).public void doWork() throws java.sql.SQLException
Client
public void printReport(java.io.PrintStream out)
Client
printReport
in interface Client
out
- stream to print the report toApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.