src/Configuration.h
branchv_0
changeset 34 24c05e69d68f
parent 24 884ece10575d
child 37 3de41719d7eb
equal deleted inserted replaced
33:86ceb97db7de 34:24c05e69d68f
   119 	 * SQL script to be executed after the relational input.
   119 	 * SQL script to be executed after the relational input.
   120 	 */
   120 	 */
   121 	std::wistream* sqlAfterRelational = nullptr;
   121 	std::wistream* sqlAfterRelational = nullptr;
   122 
   122 
   123 	std::vector<CopyRelations> copyRelations;
   123 	std::vector<CopyRelations> copyRelations;
       
   124 	
       
   125 	relpipe::writer::boolean_t listDataSources = false;
   124 
   126 
   125 	virtual ~Configuration() {
   127 	virtual ~Configuration() {
   126 	}
   128 	}
   127 };
   129 };
   128 
   130