Restrictions to Using Distinct UDTs | CREATE TYPE | Teradata Vantage - Method Signatures - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-12-13
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
Product Category
Teradata Vantage™

Unlike other SQL database objects, the definition for a method is split between CREATE METHOD (see CREATE METHOD) and its signature as defined in its associated CREATE TYPE statement.

Unlike a UDF definition, the following components of a method are defined only in its signature:
  • SPECIFIC NAME clause
  • LANGUAGE clause
  • PARAMETER STYLE clause
  • [NOT] DETERMINISTIC clause
  • SQL data access (NO SQL) clause
The RETURNS clause is defined both in the CREATE METHOD definition and in the CREATE TYPE signature for the method.