com.servingxml.components.sql
Class SqlBatchUpdate
java.lang.Object
com.servingxml.components.sql.SqlBatchUpdate
- All Implemented Interfaces:
- SqlBatchUpdateOperation
public class SqlBatchUpdate
- extends java.lang.Object
- implements SqlBatchUpdateOperation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlBatchUpdate
public SqlBatchUpdate(RecordAccepter accepter,
SqlStatement sqlStatement,
SqlBatchUpdateOperation[] updateOperations)
startUpdate
public void startUpdate(ServiceContext context,
Flow flow,
java.sql.Connection connection)
- Specified by:
startUpdate
in interface SqlBatchUpdateOperation
update
public void update(ServiceContext context,
Flow[] flowHistory,
java.sql.Connection connection)
- Specified by:
update
in interface SqlBatchUpdateOperation
endUpdate
public void endUpdate(ServiceContext context,
Flow flow,
java.sql.Connection connection)
- Specified by:
endUpdate
in interface SqlBatchUpdateOperation