Class Length

  • All Implemented Interfaces:
    Function

    public class Length
    extends java.lang.Object
    implements Function
    Length is the sql length function When passed a string it returns the length of the string
    • Constructor Summary

      Constructors 
      Constructor Description
      Length()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.Object column)
      execute the length function of a string
      • Methods inherited from class java.lang.Object

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

      • Length

        public Length()
    • Method Detail

      • execute

        public java.lang.Object execute​(java.lang.Object column)
        execute the length function of a string
        Specified by:
        execute in interface Function