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:
parent
b12a8ac2a0
commit
36757bb70e
@ -406,10 +406,6 @@ public:
|
||||
bool isFiltered() const;
|
||||
/// Returns true if recordset is filtered.
|
||||
|
||||
//@SQMOD: Modified/added for SqMod project
|
||||
size_t currentRow() const;
|
||||
/// Returns the current row.
|
||||
|
||||
private:
|
||||
RecordSet();
|
||||
|
||||
@ -666,10 +662,6 @@ inline void RecordSet::formatNames() const
|
||||
(*_pBegin)->formatNames();
|
||||
}
|
||||
|
||||
inline size_t RecordSet::currentRow() const
|
||||
{
|
||||
return _currentRow;
|
||||
}
|
||||
|
||||
} } // namespace Poco::Data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user