Mapping substring functions: SubStringFuncMapper element
The SubStringFuncMapper element is used for customizing the mappings of the functions listed in Table 11-8. The table also shows the default template for each function.
Substring function
Example: Mapping the POSITION function
You must map the POSITION function because your driver does not implement the escape sequence {FN LOCATE ($P0, $P1)}:
<SubStringFuncMapper>
  <FunctionMappings>
    <FunctionMapping FunctionName="POSITION">
      POSITION ($P0, $P1)
    </FunctionMapping>
  </FunctionMappings>
</SubStringFuncMapper>

Additional Links:

Copyright Actuate Corporation 2012