Class ResettableScpContext

java.lang.Object
de.calamanari.adl.sql.cnv.ResettableScpContext
All Implemented Interfaces:
de.calamanari.adl.ProcessContext, SqlConversionProcessContext

public class ResettableScpContext extends Object implements SqlConversionProcessContext
Implementation of a resettable SqlConversionProcessContext.

This class covers the state of an AbstractSqlExpressionConverter instance throughout its lifetime.
It allows to reset this state to an initial configuration before each conversion run, so multiple runs won't interfere.

Author:
Karl Eilebrecht