Java Reference
In-Depth Information
This class has four important methods that can create, read, update and delete an employee
record from the employees table in the database. These methods will be reflected later
through
the
four
operations
of the two Web Services called 'EmployeeDocData' and
'EmployeeRpcData'
.
4.2.2.4.1 createEmpl(Employee empl)
This method receives a new employee record called 'empl' and inserts it into the employees
table using a JDBC PreparedStatement class. This method assumes that the callers of this
Search WWH ::




Custom Search