Uses of Class
scriptella.execution.EtlContext
Packages that use EtlContext
Package
Description
Core classes for scripts execution.
Facade classes for xml scripts execution.
-
Uses of EtlContext in scriptella.core
Fields in scriptella.core declared as EtlContextMethods in scriptella.core that return EtlContextMethods in scriptella.core with parameters of type EtlContextConstructors in scriptella.core with parameters of type EtlContextModifierConstructorDescriptionConnectionManager(EtlContext ctx, ConnectionEl c) DynamicContext(EtlContext globalContext) EtlVariable(ParametersCallback parametersCallback, EtlContext globalContext) Session(ConfigurationEl configuration, EtlContext ctx) -
Uses of EtlContext in scriptella.execution
Methods in scriptella.execution that return EtlContextModifier and TypeMethodDescriptionprotected EtlContextEtlExecutor.prepare(ProgressIndicator indicator) Prepares the scripts context.Constructors in scriptella.execution with parameters of type EtlContext