free() - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

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

Frees the Array object and releases the resources that it holds.

Both 1-D and N-D arrays are supported for this method.

Syntax

void free()
        throws SQLException

Exceptions

Throws SQLException if an error occurs while attempting to free the array and release its resources. A database specific code “9743 (ERRUDFJAVARRAY) <Failed to free Array object>” is returned.