JDBC Receivers

How do I use the GenericSQLInsertReceiver?
Description The GenericSQLInsertReceiver is used to insert a Domain's generated data directly into a database table via a JDBC connection.   In Thi...
Mon, 9 Sep, 2024 at 3:40 PM
How do I use the GenericSQLInsertV2Receiver?
Description The GenericSQLInsertV2Receiver is responsible for directly inserting a Domain's generated data into a database table through a JDBC connect...
Mon, 25 Mar, 2024 at 7:56 AM
How do I use the H2InsertV2Receiver?
Description The H2InsertV2Receiver is used to insert a Domain's generated data directly into an H2 database table via a JDBC connection. In This Ar...
Wed, 11 Sep, 2024 at 4:11 PM
How do I use the MongoDBInsertReceiver?
Description The MongoDBInsertReceiver inserts a Domain's generated data in a JSON file directly into a MongoDB collection. In This Article Receiv...
Mon, 9 Sep, 2024 at 3:29 PM
How do I use the SQLBatchUpdateReceiver?
Description The SQLBatchUpdateReceiver connects to a database and performs batched updates using a configuration file that contains one or more SQL update ...
Tue, 20 Aug, 2024 at 7:51 AM
How do I use the SQLUpdateReceiver?
Description The SQLUpdateReceiver connects to a database and performs batched updates. This Receiver is useful for data replacement of values within a data...
Mon, 9 Sep, 2024 at 3:27 PM
How do I use the SQLUpdateV2Receiver?
Description The SQLUpdateV2Receiver connects to a database and performs batched updates. This Receiver is useful for data replacement of values within a da...
Thu, 12 Sep, 2024 at 8:18 AM
How do I use the StoredProcedureCallReceiver?
Description The StoredProcedureCallReceiver calls a stored procedure with or without parameters via JDBC. It executes a stored procedure as a closed system...
Thu, 12 Sep, 2024 at 8:26 AM