Revision 44110 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/BITAND.json

View differences:

BITAND.json
10 10
        "The types of expr1 and expr2 are INTEGER or LONG, and the result is of type INTEGER or LONG.",
11 11
        "If the types of expr1 or expr2 are not INTEGER or LONG a error is raised."
12 12
      ],
13
    "returnType": "Long"
13
    "returnType": "Long",
14
    "sqlCompatible": true
14 15
}

Also available in: Unified diff