Interface IDatenbankzugriffServletAction


  • public interface IDatenbankzugriffServletAction
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void executeSqlFile​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
      void testConnection​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)  
    • Method Detail

      • testConnection

        void testConnection​(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse resp)
                     throws IOException
        Throws:
        IOException
      • executeSqlFile

        void executeSqlFile​(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse resp)
                     throws IOException
        Throws:
        IOException