public interface DatabaseRelationDefinition extends RelationDefinition
RelationDefinition.AttributeListBuilder| Modifier and Type | Method and Description |
|---|---|
void |
addForeignKeyConstraint(ForeignKeyConstraint fk) |
void |
addFunctionalDependency(FunctionalDependency constraint) |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<RelationID> |
getAllIDs() |
RelationID |
getID() |
Optional<UniqueConstraint> |
getPrimaryKey() |
getAtomPredicate, getAttribute, getAttribute, getAttributes, getForeignKeys, getOtherFunctionalDependencies, getUniqueConstraintsRelationID getID()
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<RelationID> getAllIDs()
Optional<UniqueConstraint> getPrimaryKey()
void addFunctionalDependency(FunctionalDependency constraint)
void addForeignKeyConstraint(ForeignKeyConstraint fk)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.