Class Lower

  • All Implemented Interfaces:
    Function

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

      Constructors 
      Constructor Description
      Lower()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.Object column)
      convert column to lowercase
      • Methods inherited from class java.lang.Object

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

      • Lower

        public Lower()
    • Method Detail

      • execute

        public java.lang.Object execute​(java.lang.Object column)
        convert column to lowercase
        Specified by:
        execute in interface Function