| Class | Description |
|---|---|
| AbstractDatabaseRelationDefinition | |
| AbstractRelationDefinition | |
| AttributeImpl | |
| AttributeImpl.AttributeSerializer | |
| CachingMetadataLookup | |
| DatabaseTableDefinition | |
| DatabaseViewDefinition | |
| DelegatingMetadataProvider | |
| ForeignKeyConstraintImpl | |
| ForeignKeyConstraintImpl.ForeignKeyConstraintSerializer | |
| FunctionalDependencyImpl | |
| ImmutableMetadataImpl | |
| ImmutableMetadataLookup | |
| ImmutableMetadataProvider | |
| OfflineMetadataProviderBuilder |
OfflineMetadataProviderBuilder for tests only
|
| QuotedIDImpl |
Database identifier used for schema names, table names and aliases
|
| QuotedIDImpl.QuotedIDSerializer | |
| RawQuotedIDFactory |
Creates QuotedIDs from database records
(any quotation marks are actually part of the identifier)
TO BE USED ONLY IN METADATA EXTRACTION
|
| RelationIDImpl | |
| RelationIDImpl.RelationIDSerializer | |
| SQLStandardQuotedIDFactory |
Creates QuotedIdentifiers following the rules of SQL standard:
- unquoted identifiers are converted into upper case - quoted identifiers are preserved H2 -- http://h2database.com/html/grammar.html Names are not case sensitive (but it appears that the upper-case is the canonical form). |
| UniqueConstraintImpl |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.