protected class JDBCConnection.PreparedStatementQueryThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected WrappedConnection |
connection |
protected Throwable |
exception |
protected ArrayList |
params |
protected PreparedStatement |
ps |
protected String |
query |
protected String[] |
resultCols |
protected ResultSet |
rs |
protected ResultSetMetaData |
rsmd |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
JDBCConnection.PreparedStatementQueryThread(String query,
ArrayList params) |
Modifier and Type | Method and Description |
---|---|
void |
finishUp() |
String[] |
getColumnNames() |
WrappedConnection |
getConnection() |
PreparedStatement |
getPreparedStatement() |
ResultSet |
getResultSet() |
ResultSetMetaData |
getResultSetMetaData() |
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 ArrayList params
protected String query
protected WrappedConnection connection
protected Throwable exception
protected PreparedStatement ps
protected ResultSet rs
protected ResultSetMetaData rsmd
protected String[] resultCols
public void finishUp() throws ManifoldCFException, ServiceInterruption, InterruptedException
public WrappedConnection getConnection()
public PreparedStatement getPreparedStatement()
public ResultSet getResultSet()
public ResultSetMetaData getResultSetMetaData()
public String[] getColumnNames()