org.apache.tuscany.das.rdb.impl
Class OptimisticWriteCommandImpl
java.lang.Object
org.apache.tuscany.das.rdb.impl.BaseCommandImpl
org.apache.tuscany.das.rdb.impl.CommandImpl
org.apache.tuscany.das.rdb.impl.WriteCommandImpl
org.apache.tuscany.das.rdb.impl.UpdateCommandImpl
org.apache.tuscany.das.rdb.impl.OptimisticWriteCommandImpl
- All Implemented Interfaces:
- Command
public class OptimisticWriteCommandImpl
- extends UpdateCommandImpl
Fields inherited from interface org.apache.tuscany.das.rdb.Command |
FACTORY |
Method Summary |
void |
execute()
Performs the function defined by the command |
Methods inherited from class org.apache.tuscany.das.rdb.impl.CommandImpl |
addParameter, addParameter, addParameter, addParameter, addParameter, close, getConnection, getParameter, getParameter, getParameters, getParameterValue, getParameterValue, setConnection, setParameterType, setParameterType, setParameterValue, setParameterValue, setResultSetShape |
OptimisticWriteCommandImpl
public OptimisticWriteCommandImpl(String sqlString)
execute
public void execute()
- Description copied from interface:
Command
- Performs the function defined by the command
- Specified by:
execute
in interface Command
- Overrides:
execute
in class WriteCommandImpl
-