biz.hammurapi.sql.xml
Class Select

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

public class Select
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
Select()
           
 
Method Summary
 void configure(org.w3c.dom.Node configNode, Context context)
          Reads configuration from Node
 void execute(org.w3c.dom.Element holder, SQLProcessor pProcessor, Context context)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class biz.hammurapi.sql.xml.SQLCommand
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

Select

public Select()
Method Detail

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
Overrides:
configure in class SQLCommand
Throws:
ConfigurationException

execute

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

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003 Hammurapi Group. All Rights Reserved.