Class Values.Row

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Values

    public static class Values.Row
    extends Expression
    A Row belonging to a Values clause.
    Since:
    2.4.0
    Author:
    Francisco Santos (francisco.santos@feedzai.com)
    See Also:
    Serialized Form
    • Method Detail

      • getExpressions

        public List<Expression> getExpressions()
        Gets the list of expressions.
        Returns:
        the list of expressions.
      • translate

        public String translate()
        Description copied from class: Expression
        Translates the expression.
        Specified by:
        translate in class Expression
        Returns:
        A translation of the implementing expression.