Adjust method name in MySQL result-set to be consistent.

This commit is contained in:
Sandu Liviu Catalin
2016-07-28 01:16:52 +03:00
parent 27df4fe282
commit 88feb8c3dc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ public:
/* --------------------------------------------------------------------------------------------
* Returns an array with all the field names available in the managed result set.
*/
Array FieldNames() const;
Array GetFieldNames() const;
/* --------------------------------------------------------------------------------------------
* Returns an array with wrapper instances for all the field available in the managed result set.