Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
JDBC Client
Overview
Operations
JDBC Client Operations
Latest version:
2.1
Changelog
Batch execute prepared statement
Execute a prepared statement with multiple sets of parameters. This operation can only be used for updating information in a database; it does not accept SELECT statements.
Batch execute raw statements
Execute multiple raw statements in the same database call. This operation can only be used for updating information in a database; it does not accept SELECT statements.
Execute query
Execute a query statement.
Execute update
Execute an update statement (i.e., a statement that does not return any data).
Previous
Overview