Versions Compared

Key

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

This routine is available starting with katl-commons 2SIL Engine™ 2.6.5.

Syntax

databaseAvailable(dbstring [, sqlstring])

...

Excerpt

Checks if the database is available. Optionally, it can check also the availability of the results for the SQL passed in as the second parameter.

 

Parameters

Parameter name

Type

Required

Description

dbstring

string

yes

Datasource JNDI name or the datasource name. For Jira database, this is set to "jdbc/JiraDS" by default, if exported.

sqlstring

string

no

SQL string.

Return type

 boolean (true/false)

...

Note

To configure the data source check the SQL data sources configuration chapter.

...


See also

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

...