All Implemented Interfaces:
StateObject

public class LengthExpressionStateObject extends AbstractSingleEncapsulatedExpressionStateObject
The LENGTH function returns the length of the string in characters as an integer.

BNF: expression ::= LENGTH(string_primary)

Since:
2.4
Version:
2.4
See Also: