External SQL Procedures and SQL | CREATE PROCEDURE | Teradata Vantage - External SQL Procedures and SQL - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
imq1591724555718.ditamap
dita:ditavalPath
imq1591724555718.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

You can execute SQL function calls from external procedures using either of the following languages and APIs.

FOR an external routine written in this language … You can use this API to execute SQL calls …
  • C
  • C++
CLIv2
Java JDBC

This does not mean that you can embed SQL statements within an external procedure, only that you can use standard CLIv2 or JDBC function calls to the appropriate driver, which then translates those calls into SQL requests and submits them to the Parser for processing.

The database does not support SQL function calls for mainframe-attached systems.

See Teradata® Call-Level Interface Version 2 Reference for Workstation-Attached Systems, B035-2418 or Teradata JDBC Driver Reference, available at https://teradata-docs.s3.amazonaws.com/doc/connectivity/jdbc/reference/current/frameset.html, for information about the available SQL function calls.