biz.hammurapi.sql.xml
Class Update

java.lang.Object
  extended by biz.hammurapi.xml.dom.AbstractDomObject
      extended by biz.hammurapi.sql.xml.SQLCommand
          extended by biz.hammurapi.sql.xml.Update
All Implemented Interfaces:
DomConfigurable, Command

public class Update
extends SQLCommand
implements Command

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov

Nested Class Summary
 
Nested classes/interfaces inherited from class biz.hammurapi.sql.xml.SQLCommand
SQLCommand.Parameterizer
 
Field Summary
 
Fields inherited from class biz.hammurapi.sql.xml.SQLCommand
errorMessage, name, parameterizer, sql
 
Constructor Summary
Update()
           
 
Method Summary
 void execute(org.w3c.dom.Element holder, SQLProcessor processor, Context context)
           
 
Methods inherited from class biz.hammurapi.sql.xml.SQLCommand
configure, getProcessor
 
Methods inherited from class biz.hammurapi.xml.dom.AbstractDomObject
addElement, addTextElement, getElementText, getElementText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Update

public Update()
Method Detail

execute

public void execute(org.w3c.dom.Element holder,
                    SQLProcessor processor,
                    Context context)
             throws SQL2XMLException
Specified by:
execute in interface Command
Throws:
SQL2XMLException


Copyright © 2003 Hammurapi Group. All Rights Reserved.