UDTTransformV - Advanced SQL Engine - Teradata Database

Data Dictionary

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-10-15
dita:mapPath
yoz1556235523563.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1092
lifecycle
previous
Product Category
Teradata Vantageā„¢

Category: Schema

Database: DBC

View Column Data Type Format Comment
TypeName VARCHAR(128) UNICODE UPPERCASE NOT NULL X(128) Returns the type designator. The name corresponds to the column TVMName in the DBC.TVM table.
GroupName VARCHAR(128) UNICODE UPPERCASE NOT NULL X(128) Returns the group name associated with this collection of UDT Transform routines.
ToSQLRoutineId BYTE(6) X(12) Returns the identifier of the routine that performs the "To SQL" Transform for importing data.
ToSQLDatabaseName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) Returns the name of the database for the "To SQL" Transform for importing data.
ToSQLRoutineName VARCHAR(128) UNICODE UPPERCASE NOT NULL X(128) Returns the name of the routine for the "To SQL" Transform for importing data.
ToSQLSpecificName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) Returns the name of the function for the "To SQL" Transform for importing data.
ToSQLParameterDataType VARCHAR(256) LATIN UPPERCASE X(256) Returns the list of the input parameters for the "To SQL" Transform for importing data.
FromSQLRoutineId BYTE(6) X(12) Returns the identifier of the routine that performs the "From SQL" Transform for exporting data.
FromSQLDatabaseName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) Returns the name of the database for the "From SQL" Transform for exporting data.
FromSQLRoutineName VARCHAR(128) UNICODE UPPERCASE NOT NULL X(128) Returns the name of the routine for the "From SQL" Transform for exporting data.
FromSQLSpecificName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) Returns the name of the function for the "From SQL" Transform for exporting data.
FromSQLReturnDataType CHAR(2) LATIN UPPERCASE X(2) Returns the list of the input parameters for the "From SQL" Transform for exporting data.