Parameter List | External Stored Procedure Parameters | Teradata Vantage - Parameter List - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

The list of parameters for an external stored procedure is very specific. It includes the IN, OUT, and INOUT parameters that are specified when the stored procedure appears in a CALL statement. It also includes the SQLSTATE result code.

A C or C++ external stored procedure can have 0 to 256 input/output parameters. The types that you use as input/output parameters correspond to SQL data types in the procedure invocation. For more information, see SQL Data Type Mapping.

Additional parameters might be required, depending on the parameter passing convention you choose.

Parameters are always specified as pointers to the data.