language_clause - Analytics Database - Teradata Vantage

SQL Data Definition Language Syntax and Examples

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
jco1628111346878.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
mdr1472255012272
lifecycle
latest
Product Category
Teradata Vantage™

A code that represents the programming language in which the external procedure is written.

This clause is mandatory for all external procedures. The valid languages for writing external SQL procedures are C, C++, and Java.

You must be specify one of these codes even if the external procedure is supplied in object form. If the external procedure object is not written in C, C++, or Java it must be compatible with C, C++, or Java object code.

LANGUAGE
Keyword to introduce the programming language.
C
The external procedure is written in C.
CPP
The external procedure is written in C++.
JAVA
The external procedure is written in Java.