public class OracleSpatialFunctionModifier extends FunctionModifier
Constructor and Description |
---|
OracleSpatialFunctionModifier() |
Modifier and Type | Method and 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
|
getCode
public List<?> translate(Function function)
translate
in class FunctionModifier
function
- IFunction to be translatedprotected void addParamWithConversion(List<Object> objs, Expression expression)
Copyright © 2018 JBoss by Red Hat. All rights reserved.