Input

The input for this activity is dependent upon the input parameters of the database procedure.

Input Item

Datatype

Description

ServerTimeZone

string

Specifies the time zone for the database server. for more information about how time zones are constructed using this field, see Time Zone Construction.

You can use the Constants tab in the XPath Formula Builder to supply a valid time zone name. The list of time zone names is generated from java.util.TimeZone.getAvailableIDs(). For the list of valid time zone names, see Time Zone Names.

inputSet

complex

The input parameters of the database procedure. The datatype contained in this element varies depending upon the parameters specified for the database procedure.

timeout

number

Time (in seconds) to wait for the procedure call to complete. If the call does not complete in the given time limit, an error is returned.

maxRows

number

The maximum number of rows to retrieve. To retrieve all rows, specify 0.