JAR_ID_specification - 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 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