DatabaseResult methods
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns: The number of rows in the results of the query.
Frees the memory associated to the results of the query. This causes results to no longer be available.
Returns the current row in the results of the query, and advances to the next row.
Returns: A object, or false i no more rows are available.
Returns: True if there were any results, false if not.
Sets the row pointer to the beginning of the results, so the next retrieved row will be the first.