Add a property to the MySQL result-set to retrieve all available field names as an array.

This commit is contained in:
Sandu Liviu Catalin
2016-07-28 01:11:21 +03:00
parent 8ce40ee74c
commit f660e2a155
2 changed files with 30 additions and 0 deletions
+5
View File
@@ -192,6 +192,11 @@ public:
return m_Handle;
}
/* --------------------------------------------------------------------------------------------
* Returns an array with all the field names available in the managed result set.
*/
Array FieldNames() const;
/* --------------------------------------------------------------------------------------------
* Returns the current position of the row cursor for the last Next().
*/