Class GenericExecutionFactory

java.lang.Object
org.apache.derby.impl.sql.execute.GenericExecutionFactory
All Implemented Interfaces:
ModuleControl, ModuleSupportable, ExecutionFactory

public class GenericExecutionFactory extends Object implements ModuleControl, ModuleSupportable, ExecutionFactory
This Factory is for creating the execution items needed by a connection for a given database. Once created for the connection, they should be pushed onto the execution context so that they can be found again by subsequent actions during the session.