Cleanups.

This commit is contained in:
JoelKatz
2013-01-29 14:28:05 -08:00
parent 1a6eac274f
commit 6b4141f583
5 changed files with 33 additions and 27 deletions

View File

@@ -73,6 +73,8 @@ public:
// SQL Functions
static std::string getSQLValueHeader();
static std::string getSQLInsertHeader();
static std::string getSQLInsertIgnoreHeader();
static std::string getSQLInsertReplaceHeader();
std::string getSQL(std::string& sql, uint32 inLedger, char status) const;
std::string getSQL(uint32 inLedger, char status) const;
std::string getSQL(Serializer rawTxn, uint32 inLedger, char status) const;