소스: | Company Employee [] Compensation |
대상: | insert_1 (db1.sch2.developer) salary (RDBColumn) |
맵핑 전: | <insert_1> |
맵핑 후: | <ForEach Company\Employee> <insert_1> <salary> <MapFrom Company\Employee\Compensation> |
소스: | Company Department[] Employee [] Compensation |
대상: | update_2 (db1.sch2.developer) salary (RDBColumn) |
맵핑 전: | <update_2> |
맵핑 후: | <ForEach Company\Department> <ForEach Company\Department\Employee> <update_2 whereExp> <salary> <MapFrom Company\Department\Employee\Compensation> |
소스: | Company Department[] Employee [] Compensation |
대상: | delete_3 (db1.sch2.developer) salary (RDBColumn) |
맵핑 전: | <delete_3> |
맵핑 후: | 맵핑 가능한 조치를 사용할 수 없습니다. |
소스: | Company Department[] Employee [] Compensation |
대상: | call_4 (db1) |
맵핑 전: | <call_4> |
맵핑 후: | <ForEach Company\Department> <ForEach Company\Department\Employee> <call_4 funcCallExp> |