Baseclass for chained sql handlers, these are
org.mmbase.storage.search.implementation.database.SqlHandler SqlHandler implementations that wrap SqlHandler objects to create a chain
of handlers, following the Chain Of Responsibility design pattern.
This class is provided as a baseclass to for chained handlers.
It implements all SqlHandler methods by delegating to
its successor, i.e. the next handler in the chain.
author: Rob van Maris version: $Id: ChainedSqlHandler.java,v 1.6 2007/06/12 10:59:41 michiel Exp $ since: MMBase-1.7 See Also:org.mmbase.storage.search.implementation.database.SqlHandler