Interface ResultConverter<T>


public interface ResultConverter<T>
  • Method Summary

    Modifier and Type Method Description
    T convert​(java.sql.ResultSet rs)  
  • Method Details

    • convert

      T convert​(java.sql.ResultSet rs) throws java.sql.SQLException
      Throws:
      java.sql.SQLException