src/Configuration.h
branchv_0
changeset 15 0ecde5272f8e
parent 14 eacacf060755
child 16 3c51a2c32c86
--- a/src/Configuration.h	Fri Oct 25 12:33:00 2019 +0200
+++ b/src/Configuration.h	Sat Oct 26 17:45:37 2019 +0200
@@ -75,7 +75,17 @@
 	KeepFile keepFile = KeepFile::Automatic;
 
 	std::vector<Statement> statements;
+
+	/**
+	 * SQL script to be executed before the relational input.
+	 */
+	std::wistream* sqlBeforeRelational = nullptr;
 	
+	/**
+	 * SQL script to be executed after the relational input.
+	 */
+	std::wistream* sqlAfterRelational = nullptr;
+
 	std::wstring dumpRelations;
 
 	virtual ~Configuration() {