ImportStatementPool
- Last Updated: July 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Sharepoint 6.0
- Documentation
Purpose
Specifies the path and file name of the file to be used to load the contents of the statement pool. When this property is specified, statements are imported into the statement pool from the specified file.
Valid Values
String
where:
String
is the path and file name of the file to be used to load the contents of the statement pool.
Notes
-
If the driver cannot locate the specified file when establishing the connection, the connection fails and the driver throws an exception.
-
For more information, refer to "Statement Pool Monitor" in the Progress DataDirect for JDBC Drivers Reference.
Data Source Methods
public String getImportStatementPool()
public void setImportStatementPool(String)
Default Value
No default value
Data Type
String