Add a property to the MySQL result-set to retrieve field wrapper instances for all available fields as an array.

This commit is contained in:
Sandu Liviu Catalin
2016-07-28 01:13:55 +03:00
parent f660e2a155
commit 522ae735e1
2 changed files with 33 additions and 0 deletions
+5
View File
@@ -197,6 +197,11 @@ public:
*/
Array FieldNames() const;
/* --------------------------------------------------------------------------------------------
* Returns an array with wrapper instances for all the field available in the managed result set.
*/
Array GetFieldsArray() const;
/* --------------------------------------------------------------------------------------------
* Returns the current position of the row cursor for the last Next().
*/