Package it.unibz.inf.ontop.dbschema.impl
Class MySQLCaseNotSensitiveTableNamesQuotedIDFactory
- java.lang.Object
-
- it.unibz.inf.ontop.dbschema.impl.SQLStandardQuotedIDFactory
-
- it.unibz.inf.ontop.dbschema.impl.MySQLAbstractQuotedIDFactory
-
- it.unibz.inf.ontop.dbschema.impl.MySQLCaseNotSensitiveTableNamesQuotedIDFactory
-
- All Implemented Interfaces:
QuotedIDFactory
public class MySQLCaseNotSensitiveTableNamesQuotedIDFactory extends MySQLAbstractQuotedIDFactory
-
-
Field Summary
-
Fields inherited from class it.unibz.inf.ontop.dbschema.impl.SQLStandardQuotedIDFactory
NO_QUOTATION, QUOTATION_STRING
-
-
Constructor Summary
Constructors Constructor Description MySQLCaseNotSensitiveTableNamesQuotedIDFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuotedIDcreateAttributeID(String s)protected QuotedIDcreateFromString(String s)-
Methods inherited from class it.unibz.inf.ontop.dbschema.impl.MySQLAbstractQuotedIDFactory
createFromString, getIDQuotationString
-
Methods inherited from class it.unibz.inf.ontop.dbschema.impl.SQLStandardQuotedIDFactory
createRelationID, createRelationID
-
-
-
-
Method Detail
-
createAttributeID
public QuotedID createAttributeID(@Nonnull String s)
- Specified by:
createAttributeIDin interfaceQuotedIDFactory- Overrides:
createAttributeIDin classSQLStandardQuotedIDFactory
-
createFromString
protected QuotedID createFromString(@Nonnull String s)
- Overrides:
createFromStringin classSQLStandardQuotedIDFactory
-
-