native SQL_FieldNumToName(Handle:query, num, name[], maxlength);
query | Handle of a query. |
num | The number (index) of a column to retrieve the name from. |
name | Buffer where to store the column's name. |
maxlength | Maximum length of the output buffer. |
Retrieves the name of a column by its index.
This function has no return value.
Invalid query handle. No result set in this query. Invalid column index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.