protected static class InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilderImpl extends java.lang.Object implements InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder
Constructor and Description |
---|
ForeignKeyBuilderImpl(Identifier fkIdentifier) |
Modifier and Type | Method and Description |
---|---|
InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder |
addColumnMapping(ColumnInformation referencing,
ColumnInformation referenced) |
ForeignKeyInformationImpl |
build() |
public ForeignKeyBuilderImpl(Identifier fkIdentifier)
public InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder addColumnMapping(ColumnInformation referencing, ColumnInformation referenced)
addColumnMapping
in interface InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder
public ForeignKeyInformationImpl build()
build
in interface InformationExtractorJdbcDatabaseMetaDataImpl.ForeignKeyBuilder
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.