Class ConCat

  • All Implemented Interfaces:
    Function

    public class ConCat
    extends java.lang.Object
    implements Function
    • Constructor Summary

      Constructors 
      Constructor Description
      ConCat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.Object column)
      take two strings stick them together and return the result
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConCat

        public ConCat()
    • Method Detail

      • execute

        public java.lang.Object execute​(java.lang.Object column)
        take two strings stick them together and return the result
        Specified by:
        execute in interface Function