Package scriptella.core
Interface ExecutableElement
- All Known Implementing Classes:
ConnectionInterceptor,ElementInterceptor,ExceptionInterceptor,IfInterceptor,QueryExecutor,ScriptExecutor,StatisticInterceptor,TxInterceptor
public interface ExecutableElement
Represents executable element like
query or script.
Interceptors also implement this interface to act as proxies.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Method Summary
-
Method Details
-
execute
Executes the element.Note: the context may be decorated by
DynamicContextDecorator.- Parameters:
ctx- context to use.
-