ExtendedOptions
- Last Updated: May 12, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies a semicolon separated list of connection properties and their values. Use this connection property to set the value of undocumented connection properties that are provided by Progress DataDirect Technical Support.
Valid Values
property=value[;property=value;...]
where:
property
is a connection property.
value
is the value or setting of the connection property.
Data Source Methods
public String getExtendedOptions()
public void setExtendedOptions(String)
Default Value
No default value
Data Type
String