Database.setCurrentConnection()

Signature

void setCurrentConnection(String jdbcResourceURI)

Domain

ACTION, CONDITION, BUI

Description

Set the connection to use for the database operation.

Parameters

NameTypeDescription
jdbcResourceURIStringThe JDBC resource URI which specifies the database connection to use.

Returns

TypeDescription
void

Cautions

none