Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static ForeignKey |
RelationalModelFactory.createForeignKey(Repository.UnitOfWork transaction,
Repository repository,
Table parentTable,
String foreignKeyName,
Table tableReference) |
Modifier and Type | Field and Description |
---|---|
static ForeignKey[] |
ForeignKey.NO_FOREIGN_KEYS
An empty collection of foreign key constraints.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<ForeignKey> |
ForeignKey.RESOLVER
The resolver of a
ForeignKey . |
Modifier and Type | Method and Description |
---|---|
ForeignKey |
View.addForeignKey(Repository.UnitOfWork transaction,
String foreignKeyName,
Table referencedTable) |
ForeignKey |
Table.addForeignKey(Repository.UnitOfWork transaction,
String foreignKeyName,
Table referencedTable) |
ForeignKey[] |
Table.getForeignKeys(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
ForeignKeyImpl
An implementation of a relational model foreign key.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
ViewImpl.addForeignKey(Repository.UnitOfWork uow,
String foreignKeyName,
Table referencedTable) |
ForeignKey |
TableImpl.addForeignKey(Repository.UnitOfWork transaction,
String foreignKeyName,
Table referencedTable) |
ForeignKey[] |
TableImpl.getForeignKeys(Repository.UnitOfWork transaction,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.