| Interface | Description |
|---|---|
| Attribute |
Represents an attribute (column) of a database relation (table or view) or a parser view
|
| DBParameters |
Metadata about the configuration of the data source.
|
| ForeignKeyConstraint |
Foreign Key constraints
|
| ForeignKeyConstraint.Builder | |
| ForeignKeyConstraint.Component | |
| FunctionalDependency |
A functional dependency
|
| FunctionalDependency.Builder | |
| ImmutableMetadata | |
| MetadataLookup | |
| MetadataProvider | |
| NamedRelationDefinition |
Represents either a database relation (either a table or a view) or an Ontop view
|
| OntopViewDefinition | |
| QuotedID |
Database identifier used for schema names, table names and aliases
|
| QuotedIDFactory |
Factory for creating attribute and relation identifier from strings.
|
| RelationDefinition |
Basis of the representation for information on both
(a) relational tables and views (b) and views created by the SQL parser for complex sub-queries |
| RelationDefinition.AttributeListBuilder | |
| RelationID |
Database identifier used for possibly qualified table names and aliases
|
| UniqueConstraint |
Primary key or a unique constraint
PRIMARY KEY (columnName (, columnName)*)
UNIQUE (columnName (, columnName)*)
(a form of equality-generating dependencies)
|
| Class | Description |
|---|---|
| QualifiedAttributeID |
Database identifier used for possibly qualified column names
|
| Exception | Description |
|---|---|
| AttributeNotFoundException |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.