All Implemented Interfaces:
StateObject

public class UpperExpressionStateObject extends AbstractSingleEncapsulatedExpressionStateObject
The UPPER function converts a string to upper case and it returns a string.

BNF: expression ::= UPPER(string_primary)

Since:
2.4
Version:
2.4
See Also: