Skip to main content
?

query

Summary​

Issues a query to a configured DB connection

Description​

Query is dynamically created using the informaiton provided.

Fields​

Database Connection​

The database connection.

Query String​

Write Query here.

Query Parameters Array​

Parameters to be used in query string with $1 syntax where $1 will be replaced with the first parameter.

Query Type​

Type of query being executed, mainly used during clustered environment with replicas.

Process result​

Modify column and row data into list of keyed objects

True: Process response data
False: Raw data returned

Return error message​

This value is used as the result in the event of an error.