Package | Description |
---|---|
scriptella.core |
Core classes for scripts execution.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicContextDecorator
Allows to change behaviour of wrapped DynamicContext.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueryExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx) |
protected void |
ScriptExecutor.execute(Connection connection,
Resource resource,
DynamicContext ctx) |
void |
ConnectionInterceptor.execute(DynamicContext ctx) |
void |
StatisticInterceptor.execute(DynamicContext ctx) |
void |
ExecutableElement.execute(DynamicContext ctx)
Executes the element.
|
void |
IfInterceptor.execute(DynamicContext ctx) |
void |
TxInterceptor.execute(DynamicContext ctx) |
void |
ExceptionInterceptor.execute(DynamicContext ctx) |
protected void |
ElementInterceptor.executeNext(DynamicContext ctx)
Executes next element in the chain.
|
Constructor and Description |
---|
DynamicContextDecorator(DynamicContext context) |
Copyright © Copyright 2006-2019 The Scriptella Project Team.