skip to main content
DataDirect Connect Drivers : DB2 Driver : Connection Properties : ImportStatementPool
  
ImportStatementPool
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.
If the driver cannot locate the specified file when establishing the connection, the connection fails and the driver throws an exception.
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.
Default
empty string
Data Type
String
See also
Using Statement Pooling
Statement Pool Monitor in the DataDirect Connect Series for JDBC Reference
Performance Considerations