Unit 'mysql40dyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#mysql]

st_mysql_res

Declaration

Source position: mysql.inc line 1302

type st_mysql_res = record

  row_count: my_ulonglong;

  fields: PMYSQL_FIELD;

  data: PMYSQL_DATA;

  data_cursor: PMYSQL_ROWS;

  lengths: pculong;

  handle: PMYSQL;

  field_alloc: MEM_ROOT;

  field_count: cuint;

  current_field: cuint;

  row: MYSQL_ROW;

  current_row: MYSQL_ROW;

  eof: my_bool;

end;


Documentation generated on: 2023-03-18