(since Version 0.0.1)
getValues -- Returns the Values of the row rowNr as array
array getValues (int rowNr)
Returns the Values of the row rowNr as array. The values in the array have
the same
Order as in the SQL Statement. (and if you use *, the same order as in the table)
rowNr |
Number of the row |
Returns the Values of the row rowNr as array.