From feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 27 Jul 2018 23:51:12 -0400 Subject: New upstream version 3.2.1+dfsg1 --- Plugins/SqlEnterpriseFormatter/formatupsert.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Plugins/SqlEnterpriseFormatter/formatupsert.h (limited to 'Plugins/SqlEnterpriseFormatter/formatupsert.h') diff --git a/Plugins/SqlEnterpriseFormatter/formatupsert.h b/Plugins/SqlEnterpriseFormatter/formatupsert.h new file mode 100644 index 0000000..3aca8f8 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/formatupsert.h @@ -0,0 +1,19 @@ +#ifndef FORMATUPSERT_H +#define FORMATUPSERT_H + +#include "formatstatement.h" + +class SqliteUpsert; + +class FormatUpsert : public FormatStatement +{ + public: + FormatUpsert(SqliteUpsert* upsert); + + void formatInternal(); + + private: + SqliteUpsert* upsert = nullptr; +}; + +#endif // FORMATUPSERT_H -- cgit v1.2.3