Class Customer

java.lang.Object
   |
   +----Customer

public class Customer
extends Object
if formno 31 mainquery will call this fns Forward with HttpServletRequest,HttpServletResponse,Connection


Variable Index

 o conn
 o stmt

Constructor Index

 o Customer()

Method Index

 o common(ResultSet, PrintWriter)
this method prints the output to the client
 o pend_bill(HttpServletRequest, HttpServletResponse, Connection)
this method takes the parameters & executees the query The output is sent to the clint Her eall the pending bills are sent to the client

Variables

 o conn
 public Connection conn
 o stmt
 public Statement stmt

Constructors

 o Customer
 public Customer()

Methods

 o pend_bill
 public void pend_bill(HttpServletRequest req,
                       HttpServletResponse res,
                       Connection conn) throws ServletException, IOException
this method takes the parameters & executees the query The output is sent to the clint Her eall the pending bills are sent to the client

 o common
 public void common(ResultSet rset,
                    PrintWriter toClient) throws SQLException
this method prints the output to the client