Class Upper

  • All Implemented Interfaces:
    Function

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

      Constructors 
      Constructor Description
      Upper()  
    • Method Summary

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

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

      • Upper

        public Upper()
    • Method Detail

      • execute

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