1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Revert changes.

This commit is contained in:
Sandu Liviu Catalin 2021-02-04 03:47:52 +02:00
parent b12a8ac2a0
commit 36757bb70e

View File

@ -406,10 +406,6 @@ public:
bool isFiltered() const; bool isFiltered() const;
/// Returns true if recordset is filtered. /// Returns true if recordset is filtered.
//@SQMOD: Modified/added for SqMod project
size_t currentRow() const;
/// Returns the current row.
private: private:
RecordSet(); RecordSet();
@ -666,10 +662,6 @@ inline void RecordSet::formatNames() const
(*_pBegin)->formatNames(); (*_pBegin)->formatNames();
} }
inline size_t RecordSet::currentRow() const
{
return _currentRow;
}
} } // namespace Poco::Data } } // namespace Poco::Data