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...
Wed, 3 May, 2023 at 9:47 AM
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...
Thu, 16 Mar, 2023 at 7:41 PM
How do I use the MongoDBInsertReceiver?
Description The MongoDBInsertReceiver is used to insert a Domain's generated data in a JSON file directly into a MongoDB collection. In This Articl...
Mon, 30 Oct, 2023 at 7:29 AM
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 ...
Mon, 30 Oct, 2023 at 7:29 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...
Wed, 7 Dec, 2022 at 5:31 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...
Mon, 30 Oct, 2023 at 7:30 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...
Wed, 13 Dec, 2023 at 1:03 AM