Class Bill
java.lang.Object
|
+----Bill
- public class Bill
- extends Object
-
Bill()
-
-
Insert_Bill(String, String, String, String, String)
-
-
Insert_in_Database(HttpServletRequest, HttpServletResponse)
-
-
Set_Connection(Utility)
-
Bill
public Bill()
Set_Connection
public void Set_Connection(Utility util) throws SQLException
Insert_Bill
public void Insert_Bill(String Bill_no,
String Account_no,
String Amount,
String Balance,
String Description) throws SQLException
Insert_in_Database
public void Insert_in_Database(HttpServletRequest req,
HttpServletResponse res) throws SQLException, ServletException, IOException