| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseManagerInterface.addForeignKeyRelationship(String userId,
String integratorGUID,
String integratorName,
String primaryKeyColumnGUID,
String foreignKeyColumnGUID,
DatabaseForeignKeyProperties databaseForeignKeyProperties)
Create a foreign relationship between two columns.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseForeignKeyProperties |
DatabaseColumnElement.getForeignKeyProperties()
When this column contains the primary key of another table (ie it is a foreign key) return the properties
associated with the relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseColumnElement.setForeignKeyProperties(DatabaseForeignKeyProperties foreignKeyProperties)
Set up the properties that indicate that this column is a foreign key.
|
| Constructor and Description |
|---|
DatabaseForeignKeyProperties(DatabaseForeignKeyProperties template)
Copy/clone constructor for an foreign key.
|
Copyright © 2018–2020 ODPi. All rights reserved.