com.servingxml.components.sql
Interface SqlBatchUpdateOperation
- All Known Implementing Classes:
- SqlBatchUpdate, SqlBatchUpdateDetail, SqlBatchUpdateOperationPrefilter, SqlPreparedBatchUpdate
public interface SqlBatchUpdateOperation
NULL
static final SqlBatchUpdateOperation NULL
startUpdate
void startUpdate(ServiceContext context,
Flow flow,
java.sql.Connection connection)
update
void update(ServiceContext context,
Flow[] flowHistory,
java.sql.Connection connection)
endUpdate
void endUpdate(ServiceContext context,
Flow flow,
java.sql.Connection connection)