Class CustQuery

java.lang.Object
   |
   +----CustQuery

public class CustQuery
extends Object

Variable Index

 o conn
 o stmt

Constructor Index

 o CustQuery()

Method Index

 o common(ResultSet, PrintWriter, String, String)
 o query_accno(HttpServletRequest, HttpServletResponse, Connection)
 o query_name(HttpServletRequest, HttpServletResponse, Connection)

Variables

 o conn
 public Connection conn
 o stmt
 public Statement stmt

Constructors

 o CustQuery
 public CustQuery()

Methods

 o query_accno
 public void query_accno(HttpServletRequest req,
                         HttpServletResponse res,
                         Connection conn) throws ServletException, IOException
 o query_name
 public void query_name(HttpServletRequest req,
                        HttpServletResponse res,
                        Connection conn) throws ServletException, IOException
 o common
 public void common(ResultSet rset,
                    PrintWriter toClient,
                    String flag,
                    String mesg) throws SQLException