UseDelimitedIdentifier
- Last Updated: February 28, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Informix 6.0
- Documentation
Purpose
Controls how the Informix server interprets double quote (") characters in SQL statements.
Valid Values
true | false
Behavior
If
set to true, the driver sets the Informix DELIMIDENT server
option, causing the Informix server to interpret strings enclosed
in double quotes as identifiers, not as string literals.
If
set to false, the driver does not set the Informix DELIMIDENT
server option and the Informix server interprets strings enclosed
in double quotes as string literals, not as identifiers.
Notes
- If the DELIMIDENT environment variable is set on the server, the driver cannot change the setting. In this case, any value set by this property is ignored.
Data Source Methods
public Boolean
getUseDelimitedIdentifier()
public void
setUseDelimitedIdentifier(Boolean)
Default
true
Data Type
Boolean