Table of Contents

Table log\_frame\_expected\_result

Remarks

A log_frame_expected_result is an element in a logical framework that indicates what are the expected results of the logical framework.

This table has a joint to the table log_frame_element because, in the Java code, the class LogFrameElement is the parent class of the class LogFrameExpectedResult.

Schema

Name Type Not Null Primary Key Foreign Key Remarks
:———:———:————-:—————-:—————-:————
id_element integer X X This is a foreign key to the parent table log_frame_element. It is also the primary key of this table.
intervention_logic text It corresponds to the textual field named Intervention Logic in the logical framework view. It can be considered as the title of the log frame element.
id_specific_objective integer X log\_frame\_specific\_objective(id_element) This is a foreign key to the table log_frame_specific_objective.

Diagram