Implement the CORBA Object
class EmployeeImpl extends _EmployeeImplBase
public String getEmployeeJob (String name) throws SQLException{
// Add implementation code
public double getEmployeeSal (String name) throws SQLException{
//Add implementation code