Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Executes the SQL phrase over the defined datasource.

For selects returning multiple rows, it concatenates the values (

...

for instance you select 2 values and the select returns 4 rows, you will have 2*4 = 8 values). For updates, it returns the update count.

Parameters

Parameter name

Type

Required

Description

datasourceName

string

yes

The datasource name or JNDI name. For JIRA database, this is set to "jdbc/JiraDS" by default

sqlstring

string

yes

the SQL string

...

Note

To see how you should configure the data source, check the corresponding configuration chapter: SQL Data Sourcesdata sources.

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "sql_support"
labelssql_support

...