| Package | Description |
|---|---|
| it.unibz.inf.ontop.dbschema.impl |
| Class and Description |
|---|
| AbstractDBMetadataProvider |
| DefaultSchemaCatalogDBMetadataProvider |
| DefaultSchemaDBMetadataProvider |
| MySQLAbstractQuotedIDFactory
Creates QuotedIdentifiers following the rules of MySQL:
- unquoted table identifiers are preserved - unquoted column identifiers are not case-sensitive - quoted identifiers are preserved https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html How table and database names are stored on disk and used in MySQL is affected by the lower_case_table_names system variable, which you can set when starting mysqld. |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.