Interface BitDataValue

    • Method Detail

      • concatenate

        BitDataValue concatenate​(BitDataValue leftOperand,
                                 BitDataValue rightOperand,
                                 BitDataValue result)
                          throws StandardException
        The SQL concatenation '||' operator.
        Parameters:
        leftOperand - String on the left hand side of '||'
        rightOperand - String on the right hand side of '||'
        result - The result of a previous call to this method, null if not called yet.
        Returns:
        A ConcatableDataValue containing the result of the '||'
        Throws:
        StandardException - Thrown on error