Package org.teiid.translator.jdbc.oracle
Class Log10FunctionModifier
- java.lang.Object
-
- org.teiid.translator.jdbc.FunctionModifier
-
- org.teiid.translator.jdbc.oracle.Log10FunctionModifier
-
public class Log10FunctionModifier extends FunctionModifier
-
-
Constructor Summary
Constructors Constructor Description Log10FunctionModifier(LanguageFactory languageFactory)
-
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
-
-
-
-
Constructor Detail
-
Log10FunctionModifier
public Log10FunctionModifier(LanguageFactory languageFactory)
-
-
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
-
-