mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-18 05:37:11 +02:00
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:
@@ -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().
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user