Variable ATTR_NULLSConst

ATTR_NULLS: "ATTR_NULLS" = 'ATTR_NULLS'

Determines if and how null and empty strings should be converted. Can take one of the following values:

  • NULL_NATURAL
  • NULL_EMPTY_STRING
  • NULL_TO_STRING

[Default NULL_NATURAL]