JAR_ID_specification - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Syntax and Examples

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
wgr1555383704548.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1144
lifecycle
previous
Product Category
Teradata Vantage™

The following variables apply to Java functions only.

JAR_ID
The registered name of the JAR file associated with this function.
java_class_name
The name of the Java class contained within the JAR that contains the Java method to be executed.
method_name
The name of the method executed when the UDF is executed.
See Teradata Vantage™ - SQL Fundamentals, B035-1141 for the rules for naming database objects.
primitive
A primitive parameter class as one of the following:
  • byte
  • double
  • int
  • long
  • short
object
An object parameter class definition in the format:
java.pkg.class