summaryrefslogtreecommitdiff
path: root/libpqpp/pq-cursorselectcommand.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-04-24 15:43:07 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-04-24 15:43:07 +0100
commit2798caa6c8737c4d745ccfa69bd291689ddf4a93 (patch)
treed4f937ac2495e386a1c9b104fc3b13781381bcb5 /libpqpp/pq-cursorselectcommand.cpp
parentRename SelectCommand to CursorSelectCommand (diff)
downloadlibdbpp-postgresql-2798caa6c8737c4d745ccfa69bd291689ddf4a93.tar.bz2
libdbpp-postgresql-2798caa6c8737c4d745ccfa69bd291689ddf4a93.tar.xz
libdbpp-postgresql-2798caa6c8737c4d745ccfa69bd291689ddf4a93.zip
Introduce select base for different kinds of select
Diffstat (limited to 'libpqpp/pq-cursorselectcommand.cpp')
-rw-r--r--libpqpp/pq-cursorselectcommand.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpqpp/pq-cursorselectcommand.cpp b/libpqpp/pq-cursorselectcommand.cpp
index fe097a5..ab21f66 100644
--- a/libpqpp/pq-cursorselectcommand.cpp
+++ b/libpqpp/pq-cursorselectcommand.cpp
@@ -9,10 +9,7 @@ PQ::CursorSelectCommand::CursorSelectCommand(Connection * conn, const std::strin
PQ::Command(conn, sql, no),
executed(false),
txOpened(false),
- nTuples(0),
- tuple(0),
fTuples(35),
- execRes(NULL),
s_declare(mkdeclare()),
s_fetch(mkfetch()),
s_close(mkclose())