com.servingxml.components.sql
Class SqlUpdateChoice
java.lang.Object
com.servingxml.components.sql.SqlUpdateChoice
- All Implemented Interfaces:
- SqlUpdateDatabase
public class SqlUpdateChoice
- extends java.lang.Object
- implements SqlUpdateDatabase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlUpdateChoice
public SqlUpdateChoice(SqlQuery sqlQuery,
SqlUpdateDatabase sqlFoundUpdater,
SqlUpdateDatabase sqlNotFoundUpdater)
startUpdate
public void startUpdate(ServiceContext context,
Flow flow,
java.sql.Connection connection)
- Specified by:
startUpdate
in interface SqlUpdateDatabase
update
public void update(ServiceContext context,
Flow flow,
java.sql.Connection connection)
- Specified by:
update
in interface SqlUpdateDatabase
endUpdate
public void endUpdate(ServiceContext context,
Flow flow,
java.sql.Connection connection)
- Specified by:
endUpdate
in interface SqlUpdateDatabase