com.servingxml.components.sql
Class SqlUpdateDatabasePrefilter
java.lang.Object
com.servingxml.components.sql.SqlUpdateDatabasePrefilter
- All Implemented Interfaces:
- SqlUpdateDatabase
public class SqlUpdateDatabasePrefilter
- extends java.lang.Object
- implements SqlUpdateDatabase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlUpdateDatabasePrefilter
public SqlUpdateDatabasePrefilter(SqlUpdateDatabase sqlUpdater,
ParameterDescriptor[] parameterDescriptors)
startUpdate
public void startUpdate(ServiceContext context,
Flow flow,
java.sql.Connection connection)
- Specified by:
startUpdate in interface SqlUpdateDatabase
update
public void update(ServiceContext context,
Flow flow,
java.sql.Connection connection)
- Specified by:
update in interface SqlUpdateDatabase
endUpdate
public void endUpdate(ServiceContext context,
Flow flow,
java.sql.Connection connection)
- Specified by:
endUpdate in interface SqlUpdateDatabase