| Package | Description |
|---|---|
| it.unibz.inf.ontop.dbschema | |
| it.unibz.inf.ontop.dbschema.impl | |
| it.unibz.inf.ontop.exception |
| Modifier and Type | Method and Description |
|---|---|
RelationID |
QuotedIDFactory.createRelationID(String... components)
Creates a new relation ID from the component strings.
|
RelationID |
QuotedIDFactory.createRelationID(String tableId) |
RelationID |
NamedRelationDefinition.getID() |
RelationID |
QualifiedAttributeID.getRelation() |
RelationID |
RelationID.getTableOnlyID() |
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<RelationID> |
NamedRelationDefinition.getAllIDs() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> |
MetadataProvider.getRelationIDs()
Extracts relation IDs for all relations
|
| Modifier and Type | Method and Description |
|---|---|
NamedRelationDefinition |
MetadataLookup.getRelation(RelationID id)
Retrieves the data definition object based on its name.
|
| Constructor and Description |
|---|
QualifiedAttributeID(RelationID relation,
QuotedID attribute) |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationIDImpl |
| Modifier and Type | Field and Description |
|---|---|
protected it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<RelationID,? extends NamedRelationDefinition> |
ImmutableMetadataLookup.map |
| Modifier and Type | Method and Description |
|---|---|
RelationID |
SQLStandardQuotedIDFactory.createRelationID(String... components) |
RelationID |
SQLStandardQuotedIDFactory.createRelationID(String tableId) |
RelationID |
AbstractNamedRelationDefinition.getID() |
RelationID |
RelationIDImpl.getTableOnlyID()
Used in SQLParser for creating implicit aliases
|
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<RelationID> |
AbstractNamedRelationDefinition.getAllIDs() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> |
DelegatingMetadataProvider.getRelationIDs() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> |
ImmutableMetadataProvider.getRelationIDs() |
| Modifier and Type | Method and Description |
|---|---|
NamedRelationDefinition |
DelegatingMetadataProvider.getRelation(RelationID relationId) |
NamedRelationDefinition |
CachingMetadataLookup.getRelation(RelationID relationId) |
NamedRelationDefinition |
ImmutableMetadataLookup.getRelation(RelationID id) |
| Modifier and Type | Method and Description |
|---|---|
NamedRelationDefinition |
OfflineMetadataProviderBuilder.createDatabaseRelation(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> allIds,
RelationDefinition.AttributeListBuilder builder) |
| Constructor and Description |
|---|
DatabaseTableDefinition(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> allIds,
RelationDefinition.AttributeListBuilder builder) |
OntopViewDefinitionImpl(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<RelationID> allIds,
RelationDefinition.AttributeListBuilder builder,
IQ iqWithTemporaryAtomPredicate,
int level,
CoreSingletons coreSingletons) |
| Constructor and Description |
|---|
RelationNotFoundInMetadataException(RelationID id,
Collection<RelationID> choices) |
| Constructor and Description |
|---|
RelationNotFoundInMetadataException(RelationID id,
Collection<RelationID> choices) |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.