Modifier and Type | Field and Description |
---|---|
protected java.sql.Connection |
conn |
protected java.lang.String |
description |
protected java.util.ArrayList |
prepStmtRunResults |
protected java.util.ArrayList |
queries |
protected int[] |
rowsExpected |
protected java.util.ArrayList |
stmtRunResults |
Constructor and Description |
---|
GenericQuery() |
Modifier and Type | Method and Description |
---|---|
void |
executeQueries(boolean prepare,
boolean verbose) |
void |
generateQueries() |
void |
generateQueries(java.util.Properties prop) |
java.lang.String |
getDescription() |
java.util.ArrayList |
getPrepStmtRunResults() |
java.util.ArrayList |
getQueries() |
int |
getRowsExpected(int index) |
java.util.ArrayList |
getStmtRunResults() |
void |
setConnection(java.sql.Connection con) |
protected java.lang.String description
protected java.sql.Connection conn
protected java.util.ArrayList queries
protected java.util.ArrayList prepStmtRunResults
protected java.util.ArrayList stmtRunResults
protected int[] rowsExpected
public void setConnection(java.sql.Connection con)
public void generateQueries()
public void generateQueries(java.util.Properties prop)
public java.lang.String getDescription()
public void executeQueries(boolean prepare, boolean verbose) throws java.sql.SQLException
java.sql.SQLException
public java.util.ArrayList getPrepStmtRunResults()
public java.util.ArrayList getStmtRunResults()
public int getRowsExpected(int index)
public java.util.ArrayList getQueries()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.