|
||||||||||
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
public class SQLCommand
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 |
---|
protected java.lang.String name
protected java.lang.String sql
protected SQLCommand.Parameterizer parameterizer
protected java.lang.String errorMessage
Constructor Detail |
---|
public SQLCommand()
Method Detail |
---|
protected SQLProcessor getProcessor()
public void configure(org.w3c.dom.Node configNode, Context context) throws ConfigurationException
DomConfigurable
Node
configure
in interface DomConfigurable
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |