CreateMap
- Last Updated: June 5, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Specifies whether the driver creates a new map of the Salesforce data model when establishing the connection.
Valid Values
forceNew | notExist | no
Behavior
If set to forceNew, the driver deletes the
current schema map specified by the SchemaMap property and creates a new one at the same
location.
If set to notExist, the driver uses the
current schema map specified by the SchemaMap property. If one does not exist, the driver
creates one.
If set to no, the driver uses the current
schema map specified by the SchemaMap property. If one does not exist, the connection
fails.
Notes
Alternatively, you can refresh a schema manually at any time by using the Refresh Map statement. See "Refresh Map (EXT)" for details.
Data Source Method
setCreateMap
Default
notExist
Data Type
String