summaryrefslogtreecommitdiff
path: root/libpqpp/command.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-12-07 14:26:09 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-12-07 14:26:09 +0000
commitb58f541a17dcc3eadb0502275bc90412ed9115a7 (patch)
treedb9175af481bc36eee961b9a7182e9a11dc58590 /libpqpp/command.h
parentImprove connection failure detection (diff)
downloadlibdbpp-postgresql-b58f541a17dcc3eadb0502275bc90412ed9115a7.tar.bz2
libdbpp-postgresql-b58f541a17dcc3eadb0502275bc90412ed9115a7.tar.xz
libdbpp-postgresql-b58f541a17dcc3eadb0502275bc90412ed9115a7.zip
Merge select and modify command's SQL parser
Diffstat (limited to 'libpqpp/command.h')
-rw-r--r--libpqpp/command.h1
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;