|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.handlers.SqlHandler
net.sourceforge.sqlunit.handlers.DynamicSqlHandler
public class DynamicSqlHandler
The DynamicSqlHandler class processes the contents of an dynamicSql tag in the input XML file.
Constructor Summary | |
---|---|
DynamicSqlHandler()
|
Method Summary | |
---|---|
java.lang.Object |
process(org.jdom.Element elDynamicSql)
Makes an entry for the given object in the Symbol table. |
Methods inherited from class net.sourceforge.sqlunit.handlers.SqlHandler |
---|
acquireConnection, acquireStatementObject, clrOutputParameters, executeQuery, executeSQL, initDatabaseResult, isMoreResultsAvailable, setOutputParameters, setParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicSqlHandler()
Method Detail |
---|
public final java.lang.Object process(org.jdom.Element elDynamicSql) throws java.lang.Exception
process
in interface IHandler
process
in class SqlHandler
elDynamicSql
- the JDOM Element representing the set directive.
java.lang.Exception
- if something went wrong with the set operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |