15.10 - DROP CONSTRUCTOR METHOD - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

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.