take_nullok
Description:
Sets this's ability of being NULL.
value
's ownership is transferred to this (which means this is
then responsible for freeing it when no longer needed).
If value
's string starts by 't' or 'T' then this will be allowed to be
null
Parameters:
this |
a SqlParamSpec pointer |
value |
a G_TYPE_STRING Value. |