avignon.handlers
Class DatabaseInsertHandler

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

public class DatabaseInsertHandler
extends java.lang.Object
implements AvignonTagHandler

Inserts values into a database table. The table must be defined in a surrounding DatabaseTable tag.
Attributes:


Constructor Summary
DatabaseInsertHandler()
           
 
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

DatabaseInsertHandler

public DatabaseInsertHandler()
Method Detail

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 -

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 -

SourceForge.net Logo