AllowImplicitResultSetCloseForXA
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies whether result sets in distributed transactions are automatically closed when all rows of the result sets have been returned.
Valid Values
true | false
Behavior
If
set to true, the driver automatically closes result
sets in distributed transactions when all rows of the result sets
have been returned.
If set to false, the driver does not
automatically close result sets in distributed transactions when all rows of the result sets
have been returned.
Data Source Methods
public Boolean
getAllowImplicitResultSetCloseForXA()
public void
setAllowImplicitResultSetCloseForXA(Boolean)
Default
true
Data Type
Boolean