Interface SQLStringable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSQLString()
      Returns a String representation of this object, suitable for forming part of an SQL query.
    • Method Detail

      • getSQLString

        java.lang.String getSQLString()
        Returns a String representation of this object, suitable for forming part of an SQL query.
        Returns:
        the String representation