Class OracleSpatialFunctionModifier

    • Constructor Detail

      • OracleSpatialFunctionModifier

        public OracleSpatialFunctionModifier()
    • 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 class FunctionModifier
        Parameters:
        function - IFunction to be translated
        Returns:
        List of translated parts, or null
      • addParamWithConversion

        protected void addParamWithConversion​(List<Object> objs,
                                              Expression expression)