mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-04-18 01:57:22 +02:00
Revert changes.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user