mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-02 15:24:57 +01:00
fix compile errors
This commit is contained in:
parent
03e07f3d97
commit
6e6e3952e2
@ -16,7 +16,7 @@
|
|||||||
#include "Poco/Data/LOB.h"
|
#include "Poco/Data/LOB.h"
|
||||||
#include "Poco/Data/Statement.h"
|
#include "Poco/Data/Statement.h"
|
||||||
#include "Poco/Data/RecordSet.h"
|
#include "Poco/Data/RecordSet.h"
|
||||||
#include "Poco/Data/Rowfilter.h"
|
#include "Poco/Data/RowFilter.h"
|
||||||
#include "Poco/Data/JSONRowFormatter.h"
|
#include "Poco/Data/JSONRowFormatter.h"
|
||||||
#include "Poco/Data/SQLChannel.h"
|
#include "Poco/Data/SQLChannel.h"
|
||||||
#include "Poco/Data/SessionFactory.h"
|
#include "Poco/Data/SessionFactory.h"
|
||||||
|
@ -96,8 +96,7 @@ public:
|
|||||||
Statement((rSession << query, Keywords::now)),
|
Statement((rSession << query, Keywords::now)),
|
||||||
_currentRow(0),
|
_currentRow(0),
|
||||||
_pBegin(new RowIterator(this, 0 == rowsExtracted())),
|
_pBegin(new RowIterator(this, 0 == rowsExtracted())),
|
||||||
_pEnd(new RowIterator(this, true)),
|
_pEnd(new RowIterator(this, true))
|
||||||
_totalRowCount(UNKNOWN_TOTAL_ROW_COUNT)
|
|
||||||
/// Creates the RecordSet.
|
/// Creates the RecordSet.
|
||||||
{
|
{
|
||||||
setRowFormatter(Keywords::format(rowFormatter));
|
setRowFormatter(Keywords::format(rowFormatter));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user