Interface SqlDatabaseController
- All Superinterfaces:
DatabaseController<SqlDatabaseClient>
- All Known Implementing Classes:
AbstractDockerSqlDatabaseController,DockerDB2Controller,DockerMysqlController,DockerOracleController,DockerPostgreSqlController,DockerSqlServerController,OcpDB2Controller,OcpOracleController,OcpSqlDatabaseController,OcpSqlServerController
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault SqlDatabaseClientgetDatabaseClient(String username, String password) Creates database client for database using given username and passwordMethods inherited from interface io.debezium.testing.system.tools.databases.DatabaseController
getDatabaseHostname, getDatabasePort, getPublicDatabaseHostname, getPublicDatabasePort, getPublicDatabaseUrl, initialize, reload
-
Field Details
-
LOGGER
static final org.slf4j.Logger LOGGER
-
-
Method Details
-
getDatabaseClient
Description copied from interface:DatabaseControllerCreates database client for database using given username and password- Specified by:
getDatabaseClientin interfaceDatabaseController<SqlDatabaseClient>- Parameters:
username- usernamepassword- password- Returns:
- database client
-