This node starts a database transaction using the input database connection. A transaction allows you to group several database data manipulation operations into a single unit of work. This unit either completes entirely or not at all.
As long as the transaction is in process the incoming database connection cannot be used outside of the transaction.
Depending on the isolation level other connections might not see any changes in the database while the transaction is in process. The transaction uses the default isolation level of the connected database.
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Database from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!