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