com.servingxml.components.sql
Interface SqlUpdateDatabaseFactory

All Known Implementing Classes:
MultipleSqlUpdateDatabaseFactory, SqlPreparedUpdateFactory, SqlUpdateChoiceFactory, SqlUpdateDatabaseFactoryPrefilter, SqlUpdateDetailFactory, SqlUpdateFactory

public interface SqlUpdateDatabaseFactory


Field Summary
static SqlUpdateDatabaseFactory NULL
           
 
Method Summary
 SqlBatchUpdateOperation createSqlBatchUpdater(ServiceContext context, Flow flow)
           
 SqlUpdateDatabase createSqlUpdater(ServiceContext context, Flow flow)
           
 

Field Detail

NULL

static final SqlUpdateDatabaseFactory NULL
Method Detail

createSqlUpdater

SqlUpdateDatabase createSqlUpdater(ServiceContext context,
                                   Flow flow)

createSqlBatchUpdater

SqlBatchUpdateOperation createSqlBatchUpdater(ServiceContext context,
                                              Flow flow)