IDA DROPUDXS command
The IDA DROPUDXS CLPPlus command drops (that is, de-registers) one or more UDXs from a project. You can drop only those UDXs of which you are the owner.
Invocation
You must run this command from the CLPPlus interface.
Authorization
None
Required connection
CLPPlus must be connected to the database.
Command syntax
Command parameters
- NAME
- The name or signature of the UDX to be dropped. If several UDXs share the same name (due to overloading), you must specify a signature to ensure that the correct UDX is dropped.
Examples
The following command drops the
UDX with the name
rit1:SQL> IDA DROPUDXS NAME rit1The
following command drops the UDX with the signature
rit5(int,var):SQL> IDA DROPUDXS NAME rit5(int,var)The
following command drops the UDXs with the names
rit1 and rit2:SQL> IDA DROPUDX NAME "rit1, rit2"