src/Configuration.h
branchv_0
changeset 15 0ecde5272f8e
parent 14 eacacf060755
child 16 3c51a2c32c86
equal deleted inserted replaced
14:eacacf060755 15:0ecde5272f8e
    73 	 * see KeepFile documentation
    73 	 * see KeepFile documentation
    74 	 */
    74 	 */
    75 	KeepFile keepFile = KeepFile::Automatic;
    75 	KeepFile keepFile = KeepFile::Automatic;
    76 
    76 
    77 	std::vector<Statement> statements;
    77 	std::vector<Statement> statements;
       
    78 
       
    79 	/**
       
    80 	 * SQL script to be executed before the relational input.
       
    81 	 */
       
    82 	std::wistream* sqlBeforeRelational = nullptr;
    78 	
    83 	
       
    84 	/**
       
    85 	 * SQL script to be executed after the relational input.
       
    86 	 */
       
    87 	std::wistream* sqlAfterRelational = nullptr;
       
    88 
    79 	std::wstring dumpRelations;
    89 	std::wstring dumpRelations;
    80 
    90 
    81 	virtual ~Configuration() {
    91 	virtual ~Configuration() {
    82 	}
    92 	}
    83 };
    93 };