Class RowMapper

    • Constructor Summary

      Constructors 
      Constructor Description
      RowMapper()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.util.List<?> fetch​(java.sql.ResultSet resultSet)  
      protected java.lang.Object fetchColumn​(java.sql.ResultSet resultSet, int columnIndex, java.lang.Class<?> dataType)  
      protected java.lang.Object fetchColumn​(java.sql.ResultSet resultSet, int colIndex, java.lang.String dataTypeName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RowMapper

        public RowMapper()
    • Method Detail

      • fetchColumn

        protected java.lang.Object fetchColumn​(java.sql.ResultSet resultSet,
                                               int columnIndex,
                                               java.lang.Class<?> dataType)
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • fetchColumn

        protected java.lang.Object fetchColumn​(java.sql.ResultSet resultSet,
                                               int colIndex,
                                               java.lang.String dataTypeName)
                                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • fetch

        public abstract java.util.List<?> fetch​(java.sql.ResultSet resultSet)
                                         throws java.sql.SQLException
        Throws:
        java.sql.SQLException