|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionContext
ExecutionContext stores the factories that are to be used by the current connection. It also provides execution services for statement atomicity.
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
ExecutionFactory |
getExecutionFactory()
Get the ExecutionFactory from this ExecutionContext. |
Methods inherited from interface org.apache.derby.iapi.services.context.Context |
---|
cleanupOnError, getContextManager, getIdName, isLastHandler, popMe, pushMe |
Field Detail |
---|
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
Method Detail |
---|
ExecutionFactory getExecutionFactory()
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |