set_not_null


Description:

public void set_not_null (bool not_null)

Sets if the holder can have a NULL value.

If not_null is TRUE, then that won't be allowed

Parameters:

this

a Holder object

not_null

TRUE if this should not accept null values