added new (somewhat experimental) mysql extension and finalized the API

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40868
This commit is contained in:
David Anderson
2007-05-30 03:25:18 +00:00
parent 1dffe2e648
commit 11470d81ca
22 changed files with 3152 additions and 0 deletions
+8
View File
@@ -224,6 +224,14 @@ namespace SourceMod
*/
virtual IResultRow *FetchRow() =0;
/**
* @brief Returns a pointer to the current row.
*
* @return IResultRow pointer to the current row,
* or NULL if the current row is invalid.
*/
virtual IResultRow *CurrentRow() =0;
/**
* @brief Rewinds back to the beginning of the row iteration.
*