Class MySQLCollector

java.lang.Object
de.hybris.datasupplier.collectors.impl.AbstractDatabaseCollector
de.hybris.datasupplier.collectors.impl.MySQLCollector
All Implemented Interfaces:
DatabaseCollector

public class MySQLCollector extends AbstractDatabaseCollector
  • Constructor Details

    • MySQLCollector

      public MySQLCollector()
  • Method Details

    • isApplicable

      public boolean isApplicable(String url)
      Description copied from interface: DatabaseCollector
      Checks 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

      public String getName(String url)
      Description copied from interface: DatabaseCollector
      Extracts the database name from a jdbc connection string.
      Parameters:
      url - jdbc connection string
      Returns:
      name of the database