Revision 44672

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.expressionevaluator/org.gvsig.expressionevaluator.lib/org.gvsig.expressionevaluator.lib.impl/src/main/resources/org/gvsig/expressionevaluator/functions/en/INSTR.json
4 4
    "template": "INSTR({{string}}, searchString, startInt)",
5 5
    "args": [
6 6
          "string - string where to search",
7
          "searchString - string to search for"
7
          "searchString - string to search for",
8 8
          "startInt - Optional. Start position to be used for search"
9 9
    ],
10 10
    "description": [
trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.expressionevaluator/org.gvsig.expressionevaluator.lib/org.gvsig.expressionevaluator.lib.impl/src/main/resources/org/gvsig/expressionevaluator/functions/en/BITOR.json
9 9
    "description": [
10 10
      "The BITOR function treats its inputs and its output as vectors of bits; the output is the bitwise OR of the inputs.",
11 11
      "The types of expr1 and expr2 are INTEGER or LONG, and the result is of type INTEGER or LONG.",
12
      "If the types of expr1 or expr2 are not INTEGER or LONG a error is raised.",
12
      "If the types of expr1 or expr2 are not INTEGER or LONG a error is raised."
13 13
    ],
14 14
        "returnType": "Long",
15 15
    "sqlCompatible": true

Also available in: Unified diff