Determines how the driver processes a query when no data is returned for some columns. For these columns, which together form incomplete data, the driver can either return NULL values or throw an exception.
Valid Values
false | true
Behavior
If set to false, the driver returns NULL values for columns that return no data.
If set to true, the driver attempts to retrieve the complete data. The driver throws an exception if the data cannot be retrieved.