Package scriptella.core
package scriptella.core
Core classes for scripts execution.
-
ClassDescriptionHandles connections for elements being executed.TODO: Add documentationFactory for Scriptella Service Providers and JDBC drivers.Represents dynamic execution context for executable elements.Allows to change behaviour of wrapped DynamicContext.Base class for executable elements interceptors.Thrown to indicate ETL interruption.Represents a global
etlvariable available for all ETL file elements.Utility class for ETL expressions.Utility class for ETL file expressions.Utility class for ETL file expressions.Intercepts exceptions thrown by wrapped executable elements.Handles if expressions specified by if attribute on query/script elements.Error handler for scripting elements.<query> element executor.Runtime wrapper for IO exceptions propagation.<script> element executor.A helper class for EtlContext to store and work with connections/executors.Collects execution statistics.Base class for all scriptella runtime exceptions.Shares execution-scoped values with drivers loaded by a child-first driver classloader.Indicates thread safetyTODO: Add documentation