Class Customer
java.lang.Object
|
+----Customer
- public class Customer
- extends Object
if formno 31
mainquery will call this fns Forward with
HttpServletRequest,HttpServletResponse,Connection
-
conn
-
-
stmt
-
-
Customer()
-
-
common(ResultSet, PrintWriter)
- this method prints the output to the client
-
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
conn
public Connection conn
stmt
public Statement stmt
Customer
public Customer()
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
common
public void common(ResultSet rset,
PrintWriter toClient) throws SQLException
- this method prints the output to the client