| Package | Description |
|---|---|
| it.unibz.inf.ontop.dbschema | |
| it.unibz.inf.ontop.dbschema.impl |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
ForeignKeyConstraint.Component.getAttribute() |
Attribute |
RelationDefinition.getAttribute(int index)
gets the attribute with the specified position
|
Attribute |
RelationDefinition.getAttribute(QuotedID id)
gets the attribute with the specified ID
|
Attribute |
ForeignKeyConstraint.Component.getReferencedAttribute() |
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Attribute> |
RelationDefinition.AttributeListBuilder.build(RelationDefinition relation) |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Attribute> |
RelationDefinition.getAttributes()
the list of attributes
|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Attribute> |
UniqueConstraint.getAttributes()
return the list of attributes in the unique constraint
|
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Attribute> |
FunctionalDependency.getDependents() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Attribute> |
FunctionalDependency.getDeterminants() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ForeignKeyConstraint.of(String name,
Attribute attribute,
Attribute referencedAttribute)
creates a single-attribute foreign key
|
static void |
UniqueConstraint.primaryKeyOf(Attribute attribute) |
static void |
UniqueConstraint.primaryKeyOf(Attribute attribute1,
Attribute attribute2) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeImpl |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AbstractRelationDefinition.getAttribute(int index)
gets the attribute with the specified position
|
Attribute |
AbstractRelationDefinition.getAttribute(QuotedID id)
gets the attribute with the specified ID
|
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Attribute> |
AbstractRelationDefinition.getAttributes()
the list of attributes
|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Attribute> |
UniqueConstraintImpl.getAttributes()
return the list of attributes in the unique constraint
|
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Attribute> |
UniqueConstraintImpl.getDependents() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Attribute> |
FunctionalDependencyImpl.getDependents() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Attribute> |
UniqueConstraintImpl.getDeterminants() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Attribute> |
FunctionalDependencyImpl.getDeterminants() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeImpl.AttributeSerializer.serialize(Attribute value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.