|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.explosion.utilities.exception.ExceptionManager com.explosion.utilities.process.StackableSimpleProcess com.explosion.datastream.exql.processes.RefreshTableProcess
public class RefreshTableProcess
This process performs a full refresh of the table. This includes the metadata and the data
Constructor Summary | |
---|---|
RefreshTableProcess(com.explosion.utilities.process.threads.Finishable finishable,
com.explosion.expfmodules.rdbmsconn.dbom.DBEntity entity,
ExqlTreeNode node,
java.sql.Connection conn,
EXQLBaseTool tool)
Constructor for DeleteProcess. |
|
RefreshTableProcess(com.explosion.utilities.process.StackableSimpleProcess parentProcess,
com.explosion.expfmodules.rdbmsconn.dbom.DBEntity entity,
ExqlTreeNode node,
java.sql.Connection conn,
EXQLBaseTool tool)
Constructor for DeleteProcess. |
Method Summary | |
---|---|
com.explosion.expfmodules.rdbmsconn.dbom.DataSet |
getSet()
Returns the set. |
void |
process()
This method loops around the bindVariable sets binding the variables to a prepared statement and executing them. |
Methods inherited from class com.explosion.utilities.process.StackableSimpleProcess |
---|
finalise, finalise, getPercentComplete, getProcessControl, getStatusText, getUpdateable, initialise, isStopped, isUserProcess, setIsUserProcess, setPercentComplete, setProcessControl, setStatusText |
Methods inherited from class com.explosion.utilities.exception.ExceptionManager |
---|
addExceptionHandler, manageException, removeExceptionHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RefreshTableProcess(com.explosion.utilities.process.StackableSimpleProcess parentProcess, com.explosion.expfmodules.rdbmsconn.dbom.DBEntity entity, ExqlTreeNode node, java.sql.Connection conn, EXQLBaseTool tool)
public RefreshTableProcess(com.explosion.utilities.process.threads.Finishable finishable, com.explosion.expfmodules.rdbmsconn.dbom.DBEntity entity, ExqlTreeNode node, java.sql.Connection conn, EXQLBaseTool tool)
Method Detail |
---|
public com.explosion.expfmodules.rdbmsconn.dbom.DataSet getSet()
public void process()
process
in interface com.explosion.utilities.process.threads.SimpleProcess
process
in class com.explosion.utilities.process.StackableSimpleProcess
SimpleProcess.process()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |