get_parameters


Description:

public bool get_parameters (out Set out_params) throws Error

Get a new Set object which groups all the execution parameters which this needs for all the statements it includes.

This new object is returned though out_params.

Note that if this does not need any parameter, then out_params is set to null.

Parameters:

this

a Batch object

out_params

a place to store a new Set object, or null

Returns:

TRUE if no error occurred.