next up previous contents
Next: next.row Up: Communication with the MySQL Previous: query.row; MOBILE []BYTE   Contents

Subsections

query.all; MOBILE []BYTE

This message is similar to query, but when the query has executed the process will retrieve all the rows of the result set without being prompted. As such, query.all achieves almost the same effect as query followed by remaining.rows.

Answer

data.ready followed by a number of data.row messages and finally an end.of.data message. If the query didn't return any data, the answer will just be data.ready followed by end.of.data.

Errors

The same as for query.



Espen Suenson 2006-07-07