mysql-native v2.2.2

API Reference Home: [This Version] [Latest Version] [Other Versions]


Function Row.this

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

ref this (
  Connection con,
  ref ubyte[] packet,
  ResultSetHeaders rh,
  bool binary
);

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.

Type Mappings

See the MySQL/D Type Mappings tables