language_clause - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
ncd1596241368722.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

The language used to write the source code for the method defined by this signature.

This clause is mandatory for each method signature you specify as part of a distinct UDT definition.

The valid languages for writing methods are C and C++.

  • If the method is written in C, then its language code is C.
  • If the method is written in C++, then its language code is CPP.

The language clause must be specified as either LANGUAGE C or LANGUAGE CPP even if the external method routine is supplied in object form.

If the external method object is not written in C or C++, it must be compatible with C or C++ object code.