Class ConCat

java.lang.Object
mdbtools.dbengine.functions.ConCat
All Implemented Interfaces:
Function

public class ConCat extends Object implements Function
  • Constructor Details

    • ConCat

      public ConCat()
  • Method Details

    • execute

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