From 5886b037ecf017819406a11588b627d16e01e38f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 24 Apr 2016 15:43:07 +0100 Subject: Introduce select base for different kinds of select --- libpqpp/pq-cursorselectcommand.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'libpqpp/pq-cursorselectcommand.cpp') 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()) -- cgit v1.2.3