|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
FunctionModifier | Implementations of this interface are used to modify metamatrix functions coming in to the connector into alternate datasource-specific language, if necessary. |
Class Summary | |
---|---|
AliasModifier | |
BasicFunctionModifier | |
DropFunctionModifier | This FunctionModifier will cause this function to be dropped by replacing the function with (by default) the first argument of the function. |
EscapeSyntaxModifier | Wrap a function in standard JDBC escape syntax. |
ReplacementVisitor | |
SQLConversionVisitor | This visitor takes an ICommand and does DBMS-specific conversion on it to produce a SQL String. |
SubstringFunctionModifier | Common logic for Substring modifiers requiring 3 parameters |
TranslatedCommand | This is a utility class used to translate an ICommand using a SQLConversionVisitor. |
Translator | Base class for creating source SQL queries and retrieving results. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |