com.servingxml.components.sql
Interface SqlBatchUpdateOperation

All Known Implementing Classes:
SqlBatchUpdate, SqlBatchUpdateDetail, SqlBatchUpdateOperationPrefilter, SqlPreparedBatchUpdate

public interface SqlBatchUpdateOperation


Field Summary
static SqlBatchUpdateOperation NULL
           
 
Method Summary
 void endUpdate(ServiceContext context, Flow flow, java.sql.Connection connection)
           
 void startUpdate(ServiceContext context, Flow flow, java.sql.Connection connection)
           
 void update(ServiceContext context, Flow[] flowHistory, java.sql.Connection connection)
           
 

Field Detail

NULL

static final SqlBatchUpdateOperation NULL
Method Detail

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)