src/Configuration.h
branchv_0
changeset 23 6ee7a9e311e9
parent 16 2dcc22b7a424
child 26 421608ecc12a
equal deleted inserted replaced
22:d5e80f15d1f7 23:6ee7a9e311e9
    48 	relpipe::writer::string_t guileBeforeRecords;
    48 	relpipe::writer::string_t guileBeforeRecords;
    49 	relpipe::writer::string_t guileAfterRecords;
    49 	relpipe::writer::string_t guileAfterRecords;
    50 	relpipe::writer::string_t guileForEach;
    50 	relpipe::writer::string_t guileForEach;
    51 	relpipe::writer::string_t guileWhere;
    51 	relpipe::writer::string_t guileWhere;
    52 	relpipe::writer::string_t guileHasMoreRecords;
    52 	relpipe::writer::string_t guileHasMoreRecords;
       
    53 	
       
    54 	/**
       
    55 	 * If true, additional relation will be generated: mapping between relpipe attribute names and Guile variable names
       
    56 	 */
       
    57 	bool debugVariableMapping = false;
    53 
    58 
    54 	/**
    59 	/**
    55 	 * If true, Guile code will be executed, but no output will be generated.
    60 	 * If true, Guile code will be executed, but no output will be generated.
    56 	 */
    61 	 */
    57 	bool drop = false;
    62 	bool drop = false;