Interface ResultSetConverter<T>

Type Parameters:
T - the type of the object

public interface ResultSetConverter<T>
The interface to convert the ResultSet to the final object
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(ResultSet resultSet)
    Convert the result set to the final object
  • Method Details

    • convert

      T convert(ResultSet resultSet) throws SQLException
      Convert the result set to the final object
      Parameters:
      resultSet - The result set
      Returns:
      The final object
      Throws:
      SQLException - If an SQL error occurs