Row.this

A constructor to extract the column data from a row data packet.

If the data for the row exceeds the server's maximum packet size, then several packets will be sent for the row that taken together constitute a logical row data packet. The logic of the data recovery for a Row attempts to minimize the quantity of data that is bufferred. Users can assist in this by specifying chunked data transfer in cases where results sets can include long column values.

More...
struct Row
this

Detailed Description

Type Mappings

$(TYPE_MAPPINGS)

Meta