Class OfBizDatabaseTypeExtractor

java.lang.Object
com.atlassian.activeobjects.jira.OfBizDatabaseTypeExtractor
All Implemented Interfaces:
JiraDatabaseTypeExtractor

@ParametersAreNonnullByDefault public final class OfBizDatabaseTypeExtractor extends Object implements JiraDatabaseTypeExtractor
Since:
7.0 moved from activeobjects 0.28.1
  • Constructor Details

    • OfBizDatabaseTypeExtractor

      public OfBizDatabaseTypeExtractor()
  • Method Details

    • getDatabaseType

      public org.ofbiz.core.entity.jdbc.dbtype.DatabaseType getDatabaseType(Connection connection)
      Description copied from interface: JiraDatabaseTypeExtractor
      Returns the database type for the given connection.
      Specified by:
      getDatabaseType in interface JiraDatabaseTypeExtractor
      Parameters:
      connection - the connection
      Returns:
      null if the database type cannot be determined