com.servingxml.components.sql
Interface SqlUpdateDatabase

All Known Implementing Classes:
MultipleSqlUpdateDatabase, SqlPreparedUpdate, SqlUpdate, SqlUpdateChoice, SqlUpdateDatabasePrefilter, SqlUpdateDetail

public interface SqlUpdateDatabase


Field Summary
static SqlUpdateDatabase 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 flow, java.sql.Connection connection)
           
 

Field Detail

NULL

static final SqlUpdateDatabase NULL
Method Detail

startUpdate

void startUpdate(ServiceContext context,
                 Flow flow,
                 java.sql.Connection connection)

update

void update(ServiceContext context,
            Flow flow,
            java.sql.Connection connection)

endUpdate

void endUpdate(ServiceContext context,
               Flow flow,
               java.sql.Connection connection)