1mysql_field_tell(3)           MariaDB Connector/C          mysql_field_tell(3)
2
3
4
5   Name
6       mysql_field_tell - Returns offset of the field cursor
7
8   Synopsis
9              #include <mysql.h>
10
11              MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES * result);
12
13   Description
14       Return   the   offset   of   the   field   cursor  used  for  the  last
15       mysql_fetch_field(3) call.  This value can be used as a  parameter  for
16       the function mysql_field_seek(3).
17
18   Parameter
19       • result - a result set identifier returned by mysql_store_result(3) or
20         mysql_use_result(3).
21
22   Return value
23       Returns the current offset of the field cursor
24
25   See also
26mysql_field_seek(3)
27
28
29
30Version 3.2.2                                              mysql_field_tell(3)
Impressum