DROP CONSTRUCTOR METHOD - 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
ft:locale
en-US
ft:lastEdition
2025-03-30
dita:mapPath
jco1628111346878.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
mdr1472255012272
lifecycle
latest
Product Category
Teradata Vantage™

Drop the constructor method named method_name from the definition of the UDT named UDT_name.

You cannot specify this option for an ARRAY or VARRAY type.

You cannot drop observer or mutator methods.

To replace the external routine for a method, use the REPLACE METHOD statement (see REPLACE METHOD).

SYSUDTLIB.method_name
The specification of SYSUDTLIB is optional.
method_name
Name for the method whose signature being added to the type definition for UDT_name.
data_type
The data type of the attribute to be dropped.
You cannot specify a character server data set of KANJI1.
UDT_name
User-defined type to be dropped.