Interface ResultConverter<T>


  • public interface ResultConverter<T>
    • Method Detail

      • convert

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