Interface DBExpressionFunctionProvider

All Known Implementing Classes:
DefaultDBExpressionFunctionProvider

public interface DBExpressionFunctionProvider
Interface for providing database execution capabilities to legacy database functions.

The designer must check the DB function signatures, but the gateway is where the functions are really executed. So, this interface provides the contract for the db functions.