# 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](log_frame_specific_objective)(id\_element) | This is a foreign key to the table log\_frame\_specific\_objective. | ## Diagram ## {{url>http://wiki.sigmah.org/svg_load.php?file=log_frame_expected_result.svg 900px,550px noborder}}