summaryrefslogtreecommitdiff
path: root/libpqpp/pq-command.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-10-08 14:44:46 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-10-08 14:44:46 +0100
commit5ff1709a9e039ec155caecd6d0ea3c512f4be3cb (patch)
treec93c1e7c30bfae1b634911af0395ea9d5a40ea4e /libpqpp/pq-command.h
parentUse proper defines for column types (diff)
downloadlibdbpp-postgresql-5ff1709a9e039ec155caecd6d0ea3c512f4be3cb.tar.bz2
libdbpp-postgresql-5ff1709a9e039ec155caecd6d0ea3c512f4be3cb.tar.xz
libdbpp-postgresql-5ff1709a9e039ec155caecd6d0ea3c512f4be3cb.zip
Reformat with new clang-format
Diffstat (limited to 'libpqpp/pq-command.h')
-rw-r--r--libpqpp/pq-command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/pq-command.h b/libpqpp/pq-command.h
index a99bd72..4f1f1ea 100644
--- a/libpqpp/pq-command.h
+++ b/libpqpp/pq-command.h
@@ -36,6 +36,7 @@ namespace PQ {
bool useCursor;
bool fetchBinary;
};
+
using CommandOptionsPtr = std::shared_ptr<CommandOptions>;
using CommandOptionsCPtr = std::shared_ptr<const CommandOptions>;