From 519010bb77f813971570dceba068272ca2f5b600 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Sep 2012 12:21:06 +0200 Subject: Add --sql-interlude and --sql-interlude-file options --- odb/options.cli | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index e9d76dd..6740572 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -294,6 +294,15 @@ class options "Insert at the beginning of the generated database schema file." }; + // Interludes. + // + std::vector --sql-interlude + { + "", + "Insert after all the \cb{DROP} and before any \cb{CREATE} + statements in the generated database schema file." + }; + // Epilogues. // std::vector --hxx-epilogue @@ -363,6 +372,15 @@ class options database schema file." }; + // Interlude files. + // + std::string --sql-interlude-file + { + "", + "Insert the content of after all the \cb{DROP} and before any + \cb{CREATE} statements in the generated database schema file." + }; + // Epilogue files. // std::string --hxx-epilogue-file -- cgit v1.1