public interface ExecutionContext extends Context
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXT_ID
this is the ID we expect execution contexts
to be stored into a context manager under.
|
static int[] |
CS_TO_JDBC_ISOLATION_LEVEL_MAP
Map from Derby transaction isolation constants to
JDBC constants.
|
static java.lang.String[][] |
CS_TO_SQL_ISOLATION_MAP
Map from Derby transaction isolation constants to
text values used in SQL.
|
static int |
READ_COMMITTED_ISOLATION_LEVEL |
static int |
READ_UNCOMMITTED_ISOLATION_LEVEL |
static int |
REPEATABLE_READ_ISOLATION_LEVEL |
static int |
SERIALIZABLE_ISOLATION_LEVEL |
static int |
UNSPECIFIED_ISOLATION_LEVEL |
Modifier and Type | Method and Description |
---|---|
ExecutionFactory |
getExecutionFactory()
Get the ExecutionFactory from this ExecutionContext.
|
cleanupOnError, getContextManager, getIdName, isLastHandler, popMe, pushMe
static final java.lang.String CONTEXT_ID
static final int UNSPECIFIED_ISOLATION_LEVEL
static final int READ_UNCOMMITTED_ISOLATION_LEVEL
static final int READ_COMMITTED_ISOLATION_LEVEL
static final int REPEATABLE_READ_ISOLATION_LEVEL
static final int SERIALIZABLE_ISOLATION_LEVEL
static final int[] CS_TO_JDBC_ISOLATION_LEVEL_MAP
static final java.lang.String[][] CS_TO_SQL_ISOLATION_MAP
ExecutionFactory getExecutionFactory()
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.