Interface Function

  • All Known Implementing Classes:
    ConCat, Length, Lower, Upper

    public interface Function
    All functions must implement this
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.Object column)
      given the data for a column execute the function
    • Method Detail

      • execute

        java.lang.Object execute​(java.lang.Object column)
                          throws java.sql.SQLException
        given the data for a column execute the function
        Throws:
        java.sql.SQLException