Class HanaCollector
java.lang.Object
de.hybris.datasupplier.collectors.impl.AbstractDatabaseCollector
de.hybris.datasupplier.collectors.impl.HanaCollector
- All Implemented Interfaces:
DatabaseCollector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the database name from a jdbc connection string.booleanisApplicable(String url) Checks whether this strategy should be applied to a given connection string.Methods inherited from class de.hybris.datasupplier.collectors.impl.AbstractDatabaseCollector
getHost, matchAndReturn
-
Field Details
-
HANA
-
-
Constructor Details
-
HanaCollector
public HanaCollector()
-
-
Method Details
-
isApplicable
Description copied from interface:DatabaseCollectorChecks whether this strategy should be applied to a given connection string.- Parameters:
url- jdbc connection string- Returns:
- true if this strategy should be used
-
getName
Description copied from interface:DatabaseCollectorExtracts the database name from a jdbc connection string.- Parameters:
url- jdbc connection string- Returns:
- name of the database
-