Module eclipselink

Class RightExpression

All Implemented Interfaces:
Expression

public final class RightExpression extends AbstractDoubleEncapsulatedExpression
The RIGHT function return the rightmost substring, respectively, of the first argument whose length is given by the second argument. RIGHT function returns a string.
Jakarta Persistence 3.2:
BNF ::= RIGHT(string_expression, simple_arithmetic_expression)
Example: UPDATE Employee e SET e.firstName = RIGHT('TopLink Workbench', 9)
Author:
Radek Felcman