Uses of Package
it.unibz.inf.ontop.dbschema.impl
-
Packages that use it.unibz.inf.ontop.dbschema.impl Package Description it.unibz.inf.ontop.dbschema.impl -
Classes in it.unibz.inf.ontop.dbschema.impl used by it.unibz.inf.ontop.dbschema.impl Class Description AbstractDBMetadataProvider AbstractDBMetadataProvider.DefaultRelationIdComponentsFactory AbstractDBMetadataProvider.QuotedIDFactoryFactory 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.