| java.lang.Object dinamica.AbstractModule dinamica.GenericTransaction dinamica.GenericTableManager
All known Subclasses: dinamica.security.LoginFailedAlert, dinamica.DeleteRecordPaged, dinamica.SaveBlob,
GenericTableManager | public class GenericTableManager extends GenericTransaction (Code) | | Generic Transaction to execute one or more simple
action queries like INSERT, UPDATE or DELETE.
This module requires one or more extra elements in config.xml
called "query", containing the filename of the SQL file
to load and execute. Input parameters will be automatically
replaced if config.xml contains validator=true.
Please remember that if you are going to execute more than one
statement you have to activate JDBC transactions in your config.xml
file. Also note that this class extends dinamica.GenericTransaction
and it will invoke it parent's service() method before proceeding to
execute the queries defined via "query" elements in config.xml, it means
that if you defined one or more recordsets in config.xml, these will be created
BEFORE the DML queries are executed.
Last update: jan-03-2005
author: Martin Cordova (dinamica@martincordova.com) |
|
|