Package com.atlassian.activeobjects.jira
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.ofbiz.core.entity.jdbc.dbtype.DatabaseType
getDatabaseType
(Connection connection) Returns the database type for the given connection.
-
Constructor Details
-
OfBizDatabaseTypeExtractor
public OfBizDatabaseTypeExtractor()
-
-
Method Details
-
getDatabaseType
Description copied from interface:JiraDatabaseTypeExtractor
Returns the database type for the given connection.- Specified by:
getDatabaseType
in interfaceJiraDatabaseTypeExtractor
- Parameters:
connection
- the connection- Returns:
null
if the database type cannot be determined
-