| Modifier and Type | Interface and Description |
|---|---|
interface |
DatabaseRelationDefinition
Represents a database relation (either a table or a view)
|
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
AttributeNotFoundException.getRelation() |
RelationDefinition |
Attribute.getRelation() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Attribute> |
RelationDefinition.AttributeListBuilder.build(RelationDefinition relation) |
| Constructor and Description |
|---|
AttributeNotFoundException(RelationDefinition relation,
QuotedID attributeId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatabaseRelationDefinition |
class |
AbstractRelationDefinition |
class |
DatabaseTableDefinition |
class |
DatabaseViewDefinition |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
AttributeImpl.getRelation() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionalDataNode |
IntermediateQueryFactory.createExtensionalDataNode(RelationDefinition relationDefinition,
com.google.common.collect.ImmutableMap<Integer,? extends VariableOrGroundTerm> argumentMap)
NB: keys of the argumentMap are indices.
|
ExtensionalDataNode |
IntermediateQueryFactory.createExtensionalDataNode(RelationDefinition relationDefinition,
com.google.common.collect.ImmutableMap<Integer,? extends VariableOrGroundTerm> argumentMap,
VariableNullability variableNullability) |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
ExtensionalDataNode.getRelationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
ExtensionalDataNodeImpl.getRelationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
RelationDefinition |
RelationPredicate.getRelationDefinition() |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.