|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.hammurapi.xml.dom.AbstractDomObject
biz.hammurapi.sql.xml.SQLCommand
biz.hammurapi.sql.xml.Select
public class Select
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 |
---|
public Select()
Method Detail |
---|
public void configure(org.w3c.dom.Node configNode, Context context) throws ConfigurationException
DomConfigurable
Node
configure
in interface DomConfigurable
configure
in class SQLCommand
ConfigurationException
public void execute(org.w3c.dom.Element holder, SQLProcessor pProcessor, Context context) throws SQL2XMLException
execute
in interface Command
SQL2XMLException
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |