mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
propagate the RowFormatter change to the Row collection
This commit is contained in:
@@ -93,7 +93,6 @@ public:
|
||||
typedef RowIterator Iterator;
|
||||
|
||||
using Statement::isNull;
|
||||
using Statement::setRowFormatter;
|
||||
using Statement::subTotalRowCount;
|
||||
|
||||
static const std::size_t UNKNOWN_TOTAL_ROW_COUNT;
|
||||
@@ -113,6 +112,9 @@ public:
|
||||
~RecordSet();
|
||||
/// Destroys the RecordSet.
|
||||
|
||||
void setRowFormatter(RowFormatter* pRowFormatter);
|
||||
/// Assigns the row formatter to the statement and all recordset rows.
|
||||
|
||||
Statement& operator = (const Statement& stmt);
|
||||
/// Assignment operator.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user