Class Length

java.lang.Object
mdbtools.dbengine.functions.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 Details

    • Length

      public Length()
  • Method Details

    • execute

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