Define Interfaces in IDL
module employee {
interface Employee {
wstring getEmployeeJob (in wstring name)
raises (SQLError);
double getEmployeeSal (in wstring name)
raises (SQLError);
};
};
Write employee.idl
Previous slide
Next slide
Back to first slide
View graphic version