|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Instantiated by OpExecutors and passed into the Op's _execute method providing that Op access to data sources.
| Method Summary | |
void |
executeDatabaseCall(DatabaseCall dbCall)
Executes an operation described by the DatabaseCall and registers that operations output in the appropriate Parameters in the DatabaseCall. |
void |
executeOp(Op op)
Executes an Op. |
java.util.Collection |
executeQueryWithResultSet(DatabaseCall dbCall)
Executes the operation described by the DatabaseCall and returns the List representing the data returned by the PreparedStatement in the ResultSet. |
void |
executeUpdate(DatabaseCall dbCall)
Executes the DatabaseCall as an update. |
| Method Detail |
public void executeOp(Op op)
throws OpException
op -
OpException
public void executeDatabaseCall(DatabaseCall dbCall)
throws DatabaseCallException
dbCall - the object describing the operation to be performed
DatabaseCallException
public java.util.Collection executeQueryWithResultSet(DatabaseCall dbCall)
throws DatabaseCallException
dbCall - the object describing the operation to be run
DatabaseCallException
public void executeUpdate(DatabaseCall dbCall)
throws DatabaseCallException
dbCall - the call to execute
DatabaseCallException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||