mysql-native v3.0.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Function Row.isNull
Check if a column in the result row was NULL
bool isNull
(
ulong i
) pure nothrow const;
Parameters
Name | Description |
---|---|
i | The zero based column index. |