| Package | Description |
|---|---|
| it.unibz.inf.ontop.dbschema | |
| it.unibz.inf.ontop.dbschema.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
UniqueConstraint
Primary key or a unique constraint
PRIMARY KEY (columnName (, columnName)*) UNIQUE (columnName (, columnName)*) (a form of equality-generating dependencies) |
| Modifier and Type | Method and Description |
|---|---|
FunctionalDependency |
FunctionalDependency.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<FunctionalDependency> |
RelationDefinition.getOtherFunctionalDependencies() |
com.google.common.collect.ImmutableList<FunctionalDependency> |
DatabaseRelationDefinition.getOtherFunctionalDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseRelationDefinition.addFunctionalDependency(FunctionalDependency constraint) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionalDependencyImpl |
| Modifier and Type | Method and Description |
|---|---|
FunctionalDependency |
FunctionalDependencyImpl.BuilderImpl.build() |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.