Revision 44672 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

View differences:

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