Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | 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 table(s) supporting 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 JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.