StmtCallLimitBehavior
- Last Updated: July 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Sharepoint 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
ReturnResults | ErrorAlways
Behavior
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.
If set to ErrorAlways, the driver generates an exception if the maximum web service call limit is exceeded.
Data Source Methods
public String getStmtCallLimitBehavior()
public void setStmtCallLimitBehavior(String)
Default Value
ErrorAlways
Data Type
String