
Net::Drizzle::Result - result object for Net::Drizzle

Get next buffered column from a result structure.
get the error code for result.
get the error message for result.
get the info message.
get the number of columns.
Buffer all data for a result.
Read column information.
Get next buffered row from a fully buffered result.
alias of row_next() for DBI users
Buffer one row.
Set the number of fields in a result set.
Create a instance of Net::Drizzle::Column.
Set result row packet size from field and size arrays.
Send a fields over a connection
Get next row number for unbuffered results. Use the $result->field* functions to read individual fields after this function succeeds.
Buffer one field.
Set EOF for a result.
Write result packet.
Write next row.
