com.servingxml.components.sql
Interface SqlUpdateDatabase
- All Known Implementing Classes:
- MultipleSqlUpdateDatabase, SqlPreparedUpdate, SqlUpdate, SqlUpdateChoice, SqlUpdateDatabasePrefilter, SqlUpdateDetail
public interface SqlUpdateDatabase
NULL
static final SqlUpdateDatabase NULL
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)