Syntax - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
rin1593638965306.ditamap
dita:ditavalPath
rin1593638965306.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™
int
FNC_TblOpBindAttributeByNdx(FNC_TblOpHandle_t  *handle,
                            int                 index,
                            void               *valueptr,
                            int                 null_ind,
                            int                 length);

Syntax Elements

handle
the handle to the current write context.
For details about the FNC_TblOpHandle_t structure, see Table Operator Interface Functions.
index
the index of an attribute. The range of values is from 0 to i-1, where 0 is the index of the first attribute.
valueptr
a pointer to the memory location where the value of the attribute resides.
null_ind
whether the attribute is null. -1 indicates null and 0 indicates not null.
length
the size in bytes of the value pointed to by valueptr. For character varying data types, the length includes the 2 byte length field.