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

This commit is contained in:
Sandu Liviu Catalin
2016-07-28 01:15:39 +03:00
parent 522ae735e1
commit 27df4fe282
2 changed files with 36 additions and 0 deletions
+5
View File
@@ -202,6 +202,11 @@ public:
*/
Array GetFieldsArray() const;
/* --------------------------------------------------------------------------------------------
* Returns a table with wrapper instances for all the field available in the managed result set.
*/
Table GetFieldsTable() const;
/* --------------------------------------------------------------------------------------------
* Returns the current position of the row cursor for the last Next().
*/