Class IdentifierFunctionModifier
- java.lang.Object
-
- org.teiid.translator.jdbc.FunctionModifier
-
- org.teiid.translator.jdbc.modeshape.IdentifierFunctionModifier
-
public class IdentifierFunctionModifier extends FunctionModifier
Function to translate ColumnReferences to selector names- Since:
- 7.1
-
-
Constructor Summary
Constructors Constructor Description IdentifierFunctionModifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<?>
translate(Function function)
Return a List of translated parts (LanguageObject
s and Objects), or null if this FunctionModifier wishes to rely on the default translation of the conversion visitor.-
Methods inherited from class org.teiid.translator.jdbc.FunctionModifier
getCode
-
-
-
-
Method Detail
-
translate
public List<?> translate(Function function)
Description copied from class:FunctionModifier
Return a List of translated parts (LanguageObject
s and Objects), or null if this FunctionModifier wishes to rely on the default translation of the conversion visitor.- Specified by:
translate
in classFunctionModifier
- Parameters:
function
- IFunction to be translated- Returns:
- List of translated parts, or null
-
-