Interface ExecutionContext
- All Superinterfaces:
Context
- All Known Implementing Classes:
GenericExecutionContext
ExecutionContext stores the factories that are to be used by
the current connection. It also provides execution services
for statement atomicity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
this is the ID we expect execution contexts to be stored into a context manager under. -
Method Summary
Modifier and TypeMethodDescriptionGet the ExecutionFactory from this ExecutionContext.Methods inherited from interface org.apache.derby.iapi.services.context.Context
cleanupOnError, getContextManager, getIdName, isLastHandler, popMe, pushMe
-
Field Details
-
CONTEXT_ID
this is the ID we expect execution contexts to be stored into a context manager under.- See Also:
-
-
Method Details
-
getExecutionFactory
ExecutionFactory getExecutionFactory()Get the ExecutionFactory from this ExecutionContext.- Returns:
- The Execution factory associated with this ExecutionContext
-