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

st_mysql_res

Declaration

Source position: mysql.inc line 903

type st_mysql_res = record

  row_count: my_ulonglong;

  fields: PMYSQL_FIELD;

  data: PMYSQL_DATA;

  data_cursor: PMYSQL_ROWS;

  lengths: Pdword;

  handle: PMYSQL;

  field_alloc: MEM_ROOT;

  field_count: dword;

  current_field: dword;

  row: MYSQL_ROW;

  current_row: MYSQL_ROW;

  eof: my_bool;

  unbuffered_fetch_cancelled: my_bool;

  methods: Pst_mysql_methods;

end;