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/LPAD.json

View differences:

LPAD.json
11 11
      "If the length is shorter than the string, it will be truncated at the end.",
12 12
      "If the padding string is not set, spaces will be used.",
13 13
      "Example: LPAD(AMOUNT, 10, '*') "],
14
    "returnType": "String"
14
    "returnType": "String",
15
    "sqlCompatible": true
15 16
}

Also available in: Unified diff