Statement.getParameters
bool getParameters(out gda.set.Set outParams)Get a new #GdaSet object which groups all the execution parameters which stmt needs. This new object is returned though out_params.
Note that if stmt does not need any parameter, then out_params is set to null.
Parameters
outParams | a place to store a new #GdaSet object, or null |
Returns
TRUE if no error occurred.
Throws
[StatementException]