Class Concat

    • Constructor Detail

      • Concat

        public Concat()
    • Method Detail

      • getOperator

        protected java.lang.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