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