|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trackstudio.sman.QueryProcessor
com.trackstudio.sman.DBQueryProcessor
public class DBQueryProcessor
Constructor Summary | |
---|---|
DBQueryProcessor(java.sql.Connection conn,
javax.swing.JProgressBar bar,
java.util.Collection definitions)
|
Method Summary | |
---|---|
java.sql.Connection |
getConnection()
|
int |
getFailed()
|
void |
interruptQueriesExecution()
|
boolean |
isStopped()
|
void |
process(Query buf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBQueryProcessor(java.sql.Connection conn, javax.swing.JProgressBar bar, java.util.Collection definitions)
Method Detail |
---|
public boolean isStopped()
isStopped
in class QueryProcessor
public void interruptQueriesExecution()
public int getFailed()
public void process(Query buf) throws QueryInterruptedException
process
in class QueryProcessor
QueryInterruptedException
public java.sql.Connection getConnection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |