Returns whether a field's data in the current row of a result set is NULL or not. NULL is an SQL type which means "no data."
bool SQL_IsFieldNull(Handle query, int field)
A query (or statement) Handle.
The field index (starting from 0).
True if data is NULL, false otherwise.
Invalid query Handle or field index, or no current result set.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.