Operates on MYSQL Response.
ATLEAST_ROWS_COUNT (uint i)
Checks if response has at least this many rows.
Parameters (expressions not allowed):i- number of rows
Returns: bool_atreturns error object representing error number, error msg, etc.
Returns: mysql_res_error_tReturns the number of columns in the response.
Returns: unsigned_long_atFIELD (uint i)
This object provides for the ability to work on individual Field pkts of the Response.
Parameters (expressions not allowed):i- pkt number
Returns: mysql_res_field_tThis object provides for the ability to work on OK pkt of response.
Returns: mysql_res_ok_tROW (uint i)
This object provides for the ability to work on individual Row pkts of the Response.
Parameters (expressions not allowed):i- row number
Returns: mysql_res_row_tEnum for the response type. Its values can be ERROR, OK, and RESULT_SET.
Returns: mysql_res_type_e