Constraint Definition for Remote Tables
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- 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.