Home > Contents > Index > 
OBJECT.DEINSTALL
Deinstalls an object by deleting its supporting tables.
Syntax
<OBJECT.DEINSTALL CLASSNAME="some classname" [ARG1="argument 1"] [ARG2="argument 2"]/>Parameters
CLASSNAME (required)- Classname of the object to be deinstalled.
ARG1 (optional)- Argument 1.
ARG2 (optional)- Argument 2.
Description
This tag deletes the tables that support the specified class with optional arguments.
Error Numbers
The possible values of
errnoinclude:
Example
The following example deletes the object table called
sample:<OBJECT.DEINSTALL CLASSNAME="com.openmarket.framework.objects.AbstractObject" ARG1="sample"/>See Also
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.