FNC_TblOpGetStructuredAttributeInfo Function | C Library Functions | Vantage - FNC_TblOpGetStructuredAttributeInfo - 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™

Purpose

Get the information on all of the attributes of a particular structured UDT type.

Syntax

void
FNC_TblOpGetStructuredAttributeInfo(unsigned char    *udtName, 
                                    int                bufSize,
                                    attribute_info_t *attributeArray)
unsigned char *udtName
A pointer to the structured UDT type name.
int bufSize
The size in bytes that was allocated to the attributeArray argument.
attribute_info_t *attributeArray
An array of one or more attribute_info_t structures that describe all of the attributes in the structured UDT. For more information about the attribute_info_t structure, see Table Operator Data Structures.

Usage Notes

This routine is only supported with table operators.