Interface BambooDatabaseTypeProvider
-
- All Known Subinterfaces:
DbmsBean
- All Known Implementing Classes:
AbstractDbmsBean
,BambooDatabaseTypeProviderImpl
,H2DbmsBean
,MsSqlDbmsBean
,MySqlDbmsBean
,OracleDbmsBean
,PostgreSqlDbmsBean
public interface BambooDatabaseTypeProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseType
getDatabaseType()
Detect used database type
-
-
-
Method Detail
-
getDatabaseType
DatabaseType getDatabaseType()
Detect used database type- Returns:
- database type
- Since:
- 8.0
-
-