diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-24 01:13:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-24 01:13:42 +0200 |
commit | a8afcaadb2b09c7f515fd53be4dc7a51b381ae4b (patch) | |
tree | 900f8daa83088e1c27446fa4607dca8c1bf08587 /tests/hawd/dataset.h | |
parent | 9c3d000e11d3b1fc6c6c205fe9e7ea26c11092c6 (diff) | |
download | sink-a8afcaadb2b09c7f515fd53be4dc7a51b381ae4b.tar.gz sink-a8afcaadb2b09c7f515fd53be4dc7a51b381ae4b.zip |
HAWD: Fixed with fields
Diffstat (limited to 'tests/hawd/dataset.h')
-rw-r--r-- | tests/hawd/dataset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index b6aa863..cf84d7b 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h | |||
@@ -52,7 +52,7 @@ public: | |||
52 | void setCommitHash(const QString &hash); | 52 | void setCommitHash(const QString &hash); |
53 | qint64 key() const; | 53 | qint64 key() const; |
54 | QByteArray toBinary() const; | 54 | QByteArray toBinary() const; |
55 | QString toString(const QStringList &cols = QStringList(), int standardCols = All, const QString &seperator = "\t") const; | 55 | QString toString(const QStringList &cols = QStringList(), int standardCols = All, const QString &seperator = "|") const; |
56 | 56 | ||
57 | private: | 57 | private: |
58 | Row(); | 58 | Row(); |
@@ -73,7 +73,7 @@ public: | |||
73 | 73 | ||
74 | bool isValid() const; | 74 | bool isValid() const; |
75 | const DatasetDefinition &definition() const; | 75 | const DatasetDefinition &definition() const; |
76 | QString tableHeaders(const QStringList &cols = QStringList(), int standardCols = Row::All, const QString &seperator = "\t") const; | 76 | QString tableHeaders(const QStringList &cols = QStringList(), int standardCols = Row::All, const QString &seperator = "|") const; |
77 | 77 | ||
78 | qint64 insertRow(const Row &row); | 78 | qint64 insertRow(const Row &row); |
79 | void removeRow(const Row &row); | 79 | void removeRow(const Row &row); |