All Implemented Interfaces:
Expression, QueryObject

public final class Concat extends CompoundExpression
Final class that represents a concat arithmetic expression.
Since:
1.3
Version:
$Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Udai Gupta, Ralf Joachim
  • Constructor Details

    • Concat

      public Concat()
  • Method Details

    • getOperator

      protected String getOperator()
      Get operator of the compound expression.
      Specified by:
      getOperator in class CompoundExpression
      Returns:
      Operator of the compound expression.
    • concat

      public Expression concat(Expression expression)
      The method for Concat ( || ) additive arithmetic expression of query objects.
      Specified by:
      concat in interface Expression
      Overrides:
      concat in class AbstractExpression
      Parameters:
      expression - The Expression value
      Returns:
      The Expression of query objects