Package org.teiid.connector.jdbc.translator

Class Summary
AliasModifier  
ConvertModifier Base class for handling the convert function.
ConvertModifier.FormatModifier  
EscapeSyntaxModifier Wrap a function in standard JDBC escape syntax.
ExtractFunctionModifier Convert the YEAR/MONTH/DAY etc.
FunctionModifier Implementations of this interface are used to modify Teiid functions coming in to the connector into alternate datasource-specific language, if necessary.
LocateFunctionModifier A modifier class that can be used to translate the scalar function locate(search_string, source_string) and locate(search_string, source_string, start_index) to a function or expression that can be used at the data source.
ModFunctionModifier Adds mod (remainder) support for non-integral types
SQLConversionVisitor This visitor takes an ICommand and does DBMS-specific conversion on it to produce a SQL String.
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.
 

Enum Summary
Translator.NullOrder  
 



Copyright © 2009. All Rights Reserved.