Interface CallableStatementMapper


  • public interface CallableStatementMapper
    Map an OUT parameter in a callable statement to a result type.
    • Method Detail

      • map

        java.lang.Object map​(int position,
                             java.sql.CallableStatement stmt)
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException