Package org.teiid.translator
Interface ReusableExecution<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()Called when the execution is no longer used.voidreset(Command c, ExecutionContext executionContext, C connection)Called to reinitialized the execution for use.
-
-
-
Method Detail
-
reset
void reset(Command c, ExecutionContext executionContext, C connection)
Called to reinitialized the execution for use.- Parameters:
c-executionContext-connection-
-
dispose
void dispose()
Called when the execution is no longer used.
-
-