Class Length

  • All Implemented Interfaces:
    Function

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

      • Length

        public Length()
    • Method Detail

      • execute

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