biz.hammurapi.sql.xml
Class SQLCommand

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

public class SQLCommand
extends AbstractDomObject
implements DomConfigurable

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov

Nested Class Summary
protected static class SQLCommand.Parameterizer
           
 
Field Summary
protected  java.lang.String errorMessage
           
protected  java.lang.String name
           
protected  SQLCommand.Parameterizer parameterizer
           
protected  java.lang.String sql
           
 
Constructor Summary
SQLCommand()
           
 
Method Summary
 void configure(org.w3c.dom.Node configNode, Context context)
          Reads configuration from Node
protected  SQLProcessor 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
 

Field Detail

name

protected java.lang.String name

sql

protected java.lang.String sql

parameterizer

protected SQLCommand.Parameterizer parameterizer

errorMessage

protected java.lang.String errorMessage
Constructor Detail

SQLCommand

public SQLCommand()
Method Detail

getProcessor

protected SQLProcessor getProcessor()

configure

public void configure(org.w3c.dom.Node configNode,
                      Context context)
               throws ConfigurationException
Description copied from interface: DomConfigurable
Reads configuration from Node

Specified by:
configure in interface DomConfigurable
Throws:
ConfigurationException


Copyright © 2003 Hammurapi Group. All Rights Reserved.