Batch.getParameters

Get a new #GdaSet object which groups all the execution parameters which batch needs for all the statements it includes. This new object is returned though out_params.

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

class Batch
bool
getParameters

Parameters

outParams gda.set.Set

a place to store a new #GdaSet object, or null

Return Value

Type: bool

TRUE if no error occurred.

Throws