JDBC connection parameters
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
JDBC connection parameters
When connecting to an OpenEdge database using a JDBC driver, you can specify two optional connection parameters:
-
defaultSchema— The schema to be used during statement processing -
statementCacheSize— The number of entries in the statement cache
Here is an example of how to specify these connection parameters:
|
For a list of JDBC connection properties and their valid values, see Connection Properties.