[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql4' (#mysql4_api)

st_mysql_rows

Declaration

Source position: mysql4types.inc line 61

type st_mysql_rows = record

  next: Pst_mysql_rows;

  data: MYSQL_ROW;

  length: culong;

end;