diff options
Diffstat (limited to 'libpqpp/command.h')
-rw-r--r-- | libpqpp/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/command.h b/libpqpp/command.h index e6edac2..32faaa0 100644 --- a/libpqpp/command.h +++ b/libpqpp/command.h @@ -31,6 +31,7 @@ namespace PQ { void bindNull(unsigned int); protected: + static void prepareSql(std::string & psql, const std::string & sql); const std::string stmntName; const Connection * c; |