Package org.teiid.translator.jdbc.oracle
Class OracleSpatialFunctionModifier
- java.lang.Object
-
- org.teiid.translator.jdbc.FunctionModifier
-
- org.teiid.translator.jdbc.oracle.OracleSpatialFunctionModifier
-
public class OracleSpatialFunctionModifier extends FunctionModifier
-
-
Constructor Summary
Constructors Constructor Description OracleSpatialFunctionModifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addParamWithConversion(List<Object> objs, Expression expression)
List<?>
translate(Function function)
If either of the first two parameters are a Literal String, then we need to put the literal itself in the SQL to be passed to Oracle, without the tick marks-
Methods inherited from class org.teiid.translator.jdbc.FunctionModifier
getCode
-
-
-
-
Method Detail
-
translate
public List<?> translate(Function function)
If either of the first two parameters are a Literal String, then we need to put the literal itself in the SQL to be passed to Oracle, without the tick marks- Specified by:
translate
in classFunctionModifier
- Parameters:
function
- IFunction to be translated- Returns:
- List of translated parts, or null
-
addParamWithConversion
protected void addParamWithConversion(List<Object> objs, Expression expression)
-
-