Interface | Description |
---|---|
ExecutableElement |
Class | Description |
---|---|
ConnectionInterceptor |
Handles connections for elements being executed.
|
ConnectionManager |
TODO: Add documentation
|
DriverFactory |
Factory for Scriptella Service Providers and JDBC drivers.
|
DynamicContext |
Represents dynamic execution context for executable elements.
|
DynamicContextDecorator |
Allows to change behaviour of wrapped DynamicContext.
|
ElementInterceptor |
Base class for executable elements interceptors.
|
EtlVariable |
Represents a global
etl variable available for all ETL file elements. |
EtlVariable.ClassUtils |
Utility class for ETL expressions.
|
EtlVariable.DateUtils |
Utility class for ETL file expressions.
|
EtlVariable.TextUtils |
Utility class for ETL file expressions.
|
ExceptionInterceptor |
Intercepts exceptions thrown by wrapped executable elements.
|
IfInterceptor |
Handles if expressions specified by if attribute on query/script elements.
|
OnErrorHandler |
Error handler for scripting elements.
|
QueryExecutor |
<query> element executor.
|
ScriptExecutor |
<script> element executor.
|
Session |
A helper class for EtlContext to store and work with connections/executors.
|
StatisticInterceptor |
Collects execution statistics.
|
TxInterceptor |
TODO: Add documentation
|
Exception | Description |
---|---|
EtlCancelledException |
Thrown to indicate ETL interruption.
|
ExceptionInterceptor.ExecutionException | |
RuntimeIOException |
Runtime wrapper for IO exceptions propagation.
|
SystemException |
Base class for all scriptella runtime exceptions.
|
Annotation Type | Description |
---|---|
ThreadSafe |
Indicates thread safety
|
Copyright © Copyright 2006-2019 The Scriptella Project Team.