Constraint Definition for Remote Tables
- Last Updated: April 18, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Defines a constraint for a remote table.
Syntax
[CONSTRAINT [constraint_name]
{foreign_key_constraint}]
where:
- constraint_name
- is ignored. The driver uses the Salesforce relationship naming convention to generate the constraint name.
- foreign_key_constraint
- defines a link between related tables. See "Foreign Key Clause" for the syntax.