| Package | Description |
|---|---|
| it.unibz.inf.ontop.dbschema | |
| it.unibz.inf.ontop.dbschema.impl |
| Modifier and Type | Method and Description |
|---|---|
QuotedIDFactory |
MetadataLookup.getQuotedIDFactory() |
QuotedIDFactory |
DBParameters.getQuotedIDFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
RawQuotedIDFactory
Creates QuotedIDs from database records
(any quotation marks are actually part of the identifier)
TO BE USED ONLY IN METADATA EXTRACTION
|
class |
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). |
| Modifier and Type | Field and Description |
|---|---|
protected QuotedIDFactory |
ImmutableMetadataLookup.idFactory |
| Modifier and Type | Method and Description |
|---|---|
QuotedIDFactory |
OfflineMetadataProviderBuilder.getQuotedIDFactory() |
QuotedIDFactory |
DelegatingMetadataProvider.getQuotedIDFactory() |
QuotedIDFactory |
ImmutableMetadataLookup.getQuotedIDFactory() |
QuotedIDFactory |
CachingMetadataLookup.getQuotedIDFactory() |
| Constructor and Description |
|---|
RawQuotedIDFactory(QuotedIDFactory idFactory) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.