protected class Database.ExecuteQueryThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected boolean |
bResults |
protected Connection |
connection |
protected Throwable |
exception |
protected int |
maxResults |
protected List |
params |
protected String |
query |
protected ILimitChecker |
returnLimit |
protected IResultSet |
rval |
protected ResultSpecification |
spec |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
Database.ExecuteQueryThread(Connection connection,
String query,
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, yield
protected Connection connection
protected String query
protected List params
protected boolean bResults
protected int maxResults
protected ResultSpecification spec
protected ILimitChecker returnLimit
protected Throwable exception
protected IResultSet rval
public Database.ExecuteQueryThread(Connection connection, String query, List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)
public IResultSet finishUp() throws ManifoldCFException, InterruptedException