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

st_mysql_res

Declaration

Source position: mysql3types.inc line 154

type st_mysql_res = record

  row_count: my_ulonglong;

  field_count: Cardinal;

  current_field: Cardinal;

  fields: PMYSQL_FIELD;

  data: PMYSQL_DATA;

  data_cursor: PMYSQL_ROWS;

  field_alloc: TMEM_ROOT;

  row: TMYSQL_ROW;

  current_row: TMYSQL_ROW;

  lengths: psizeint;

  handle: PMYSQL;

  eof: my_bool;

end;


Documentation generated on: 2023-03-18