public interface ForeignKeyInformation
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
ForeignKeyInformation.ColumnReferenceMapping  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<ForeignKeyInformation.ColumnReferenceMapping> | 
getColumnReferenceMappings()
Get the column mappings that define the reference. 
 | 
Identifier | 
getForeignKeyIdentifier()
Obtain the identifier for this FK. 
 | 
Identifier getForeignKeyIdentifier()
Iterable<ForeignKeyInformation.ColumnReferenceMapping> getColumnReferenceMappings()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.