Class ExtnFct_Concat

java.lang.Object
se.liu.ida.hefquin.mappings.algebra.exprs.fcts.ExtnFct_Concat
All Implemented Interfaces:
ExtensionFunction

public class ExtnFct_Concat extends Object implements ExtensionFunction
Given an arbitrary number string literals, returns a string literal whose lexical form is the concatenation of the given strings.
  • Field Details

  • Constructor Details

    • ExtnFct_Concat

      protected ExtnFct_Concat()
  • Method Details