FailOnIncompleteData
- Last Updated: November 3, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Eloqua 6.0
- Documentation
Purpose
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.
Data Source Method
setFailOnIncompleteData
Default
false
Data Type
Boolean