Perfect-MySQL icon indicating copy to clipboard operation
Perfect-MySQL copied to clipboard

Rows returned as array of strings

Open dpburton opened this issue 9 years ago • 1 comments

When fetching a row such as row = results.next() it returns an Element, and getting the fields using row[0] etc. This makes ugly code. In other languages I can do something like row["columnName"] to get the data I'm looking for.

dpburton avatar Apr 30 '16 16:04 dpburton

#17

Fabio1988 avatar Mar 24 '22 09:03 Fabio1988