Neoview Guide to Stored Procedures in Java (R2.2)

List of Examples
A-1 Sales.java—The Sales Class...........................................................................................................75
A-2 lowerPrice() Method......................................................................................................................76
A-3 numDailyOrders() Method...........................................................................................................78
A-4 numMonthlyOrders() Method......................................................................................................80
A-5 totalPrice() Method........................................................................................................................82
A-6 partData() Method.........................................................................................................................84
A-7 orderSummary() Method..............................................................................................................88
A-8 Payroll.java—The Payroll Class....................................................................................................90
A-9 adjustSalary() Method...................................................................................................................91
A-10 employeeJob() Method..................................................................................................................93
A-11 projectTeam() Method...................................................................................................................95
A-12 topSalesReps() Method..................................................................................................................96
A-13 Inventory.java—The Inventory Class............................................................................................98
A-14 supplierInfo() Method...................................................................................................................99
A-15 supplyQuantities() Method.........................................................................................................102
A-16 partLocations() Method...............................................................................................................104
11