KeywordConflictSuffix
- Last Updated: December 17, 2020
- 1 minute read
Purpose
Specifies a string of up to five alphanumeric characters that the driver appends to any object or field name that conflicts with a SQL engine keyword.
Valid Values
String
where:
String
is a string of up to 5 alphanumeric characters.
Example
A field called Case exists in the data schema. To avoid a naming conflict
with the SQL engine keyword CASE, you could set KeywordConflictSuffix=Tab. In this
scenario, the driver maps the Case field to the CASETAB column.
Data Source Methods
public String getKeywordConflictSuffix()
public void setKeywordConflictSuffix(String)
Default Value
No default value
Data Type
String