protected class Database.ExecuteQueryThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bResults |
protected java.sql.Connection |
connection |
protected java.lang.Throwable |
exception |
protected int |
maxResults |
protected java.util.List |
params |
protected java.lang.String |
query |
protected ILimitChecker |
returnLimit |
protected IResultSet |
rval |
protected ResultSpecification |
spec |
| Constructor and Description |
|---|
ExecuteQueryThread(java.sql.Connection connection,
java.lang.String query,
java.util.List params,
boolean bResults,
int maxResults,
ResultSpecification spec,
ILimitChecker returnLimit) |
| Modifier and Type | Method and Description |
|---|---|
IResultSet |
finishUp() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected java.sql.Connection connection
protected java.lang.String query
protected java.util.List params
protected boolean bResults
protected int maxResults
protected ResultSpecification spec
protected ILimitChecker returnLimit
protected java.lang.Throwable exception
protected IResultSet rval
public ExecuteQueryThread(java.sql.Connection connection,
java.lang.String query,
java.util.List params,
boolean bResults,
int maxResults,
ResultSpecification spec,
ILimitChecker returnLimit)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic IResultSet finishUp() throws ManifoldCFException, java.lang.InterruptedException
ManifoldCFExceptionjava.lang.InterruptedException