All Implemented Interfaces:
StateObject

public class LowerExpressionStateObject extends AbstractSingleEncapsulatedExpressionStateObject
The LOWER function converts a string to lower case and it returns a string.

BNF: expression ::= LOWER(string_primary)

Since:
2.4
Version:
2.4
See Also: