PgDAC

TCustomPgDataSet.CreateProcCall Method

Generates the stored procedure call.

Class

TCustomPgDataSet

Syntax

procedure CreateProcCall(Name: string; Overload: integer = 0);

Parameters
Name
the name of the stored procedure.
Overload
the numder of the overloaded procedure.

Remarks

Call the CreateProcCall method to assign SQL statement that calls the stored procedure to the SQL property and fill the Params property. The Overload parameter contains the number of the overloaded procedure. Retrieves information about the procedure parameters from PostgreSQL server. After calling CreateProcCall you can execute stored procedure by the Execute method.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback