Package org.qubership.atp.dataset.db
Interface DBConfig
- All Known Implementing Classes:
DbConfigImpl
public interface DBConfig
-
Method Summary
-
Method Details
-
getJdbcUrl
String getJdbcUrl() -
getDriverClassName
String getDriverClassName() -
getUsername
String getUsername() -
getPassword
String getPassword() -
getDialect
String getDialect() -
isDebug
boolean isDebug() -
getMinIdle
int getMinIdle() -
getMaxPoolSize
int getMaxPoolSize() -
getLeakDetectionThreshold
long getLeakDetectionThreshold()
-