StmtCallLimitBehavior
- Last Updated: April 18, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Specifies the behavior of the driver when the maximum Web service call limit specified by the StmtCallLimit property is exceeded.
Valid Values
errorAlways | returnResults
Behavior
If set to errorAlways, the driver generates an exception if the maximum
Web service call limit is exceed.
If set to returnResults, the driver returns any partial results it
received prior to the call limit being exceeded. The driver generates a warning that not all
of the results were fetched.
Data Source Method
setStmtCallLimitBehavior
Default
errorAlways
Data Type
String