DynamicSections
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the maximum number of prepared statements that the driver can have open at any one time.
Valid Values
x
where:
- x
- Is a positive integer that represents a number of prepared statements.
Data Source Methods
public Integer getDynamicSections()
public void
setDynamicSections(Integer)
Default
200 (prepared statements)
Data Type
Int