Class DatabaseCommand

    • Constructor Detail

      • DatabaseCommand

        public DatabaseCommand()
    • Method Detail

      • getJdbcConfiguration

        protected DatabaseConfiguration getJdbcConfiguration​(javax.servlet.http.HttpServletRequest request)
        Parameters:
        request -
        Returns:
      • sendError

        protected void sendError​(int status,
                                 javax.servlet.http.HttpServletResponse response,
                                 Exception e)
                          throws IOException
        Parameters:
        status -
        response -
        e -
        Throws:
        IOException