Uses of Interface
io.debezium.testing.system.tools.databases.Commands
Packages that use Commands
Package
Description
-
Uses of Commands in io.debezium.testing.system.tools.databases
Methods in io.debezium.testing.system.tools.databases that return CommandsMethods in io.debezium.testing.system.tools.databases with parameters of type CommandsModifier and TypeMethodDescriptionSeeConsumerprivate booleanSqlDatabaseClient.doExecute(Commands<Connection, SQLException> commands) voidvoidSqlDatabaseClient.execute(Commands<Connection, SQLException> commands) voidSqlDatabaseClient.execute(String database, Commands<Connection, SQLException> commands) -
Uses of Commands in io.debezium.testing.system.tools.databases.mongodb
Methods in io.debezium.testing.system.tools.databases.mongodb with parameters of type CommandsModifier and TypeMethodDescriptionprivate booleanMongoDatabaseClient.doExecute(Commands<com.mongodb.client.MongoClient, RuntimeException> commands) voidMongoDatabaseClient.execute(Commands<com.mongodb.client.MongoClient, RuntimeException> commands) voidMongoDatabaseClient.execute(String database, Commands<com.mongodb.client.MongoDatabase, RuntimeException> commands) voidMongoDatabaseClient.execute(String database, String collection, Commands<com.mongodb.client.MongoCollection<org.bson.Document>, RuntimeException> commands)