Class IndexFunction

  • All Implemented Interfaces:
    SQLMethod

    public class IndexFunction
    extends Object
    implements SQLMethod
    Expression handler for JPQL "INDEX" expression to return the index of an element. Returns a NumericExpression. TODO Drop this class and map across to ListIndexOfMethod.
    • Constructor Detail

      • IndexFunction

        public IndexFunction()
    • Method Detail

      • getExpression

        public SQLExpression getExpression​(SQLStatement stmt,
                                           SQLExpression ignore,
                                           List args)
        Description copied from interface: SQLMethod
        Return the expression for this SQL function.
        Specified by:
        getExpression in interface SQLMethod
        Parameters:
        stmt - SQLStatement that this expression is for
        ignore - The expression that it is invoked on
        args - Arguments passed in
        Returns:
        The SQL expression using the SQL function