avignon.handlers
Class ExecuteSQLHandler

java.lang.Object
  extended byavignon.handlers.ExecuteSQLHandler
All Implemented Interfaces:
AvignonTagHandler

public class ExecuteSQLHandler
extends java.lang.Object
implements AvignonTagHandler

Executes a SQL statement against the current database.
Attributes:


Constructor Summary
ExecuteSQLHandler()
           
 
Method Summary
 void end(AvignonTestState state)
          Called when the tag is closed.
 void start(AvignonTestState state, org.xml.sax.Attributes attributes)
          Called when the tag is first encountered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteSQLHandler

public ExecuteSQLHandler()
Method Detail

end

public void end(AvignonTestState state)
Description copied from interface: AvignonTagHandler
Called when the tag is closed.

Specified by:
end in interface AvignonTagHandler
Parameters:
state -

start

public void start(AvignonTestState state,
                  org.xml.sax.Attributes attributes)
Description copied from interface: AvignonTagHandler
Called when the tag is first encountered.

Specified by:
start in interface AvignonTagHandler
Parameters:
state -
attributes -

SourceForge.net Logo