Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.impl
Class OptimisticWriteCommandImpl

java.lang.Object
  extended by org.apache.tuscany.das.rdb.impl.BaseCommandImpl
      extended by org.apache.tuscany.das.rdb.impl.CommandImpl
          extended by org.apache.tuscany.das.rdb.impl.WriteCommandImpl
              extended by org.apache.tuscany.das.rdb.impl.UpdateCommandImpl
                  extended by org.apache.tuscany.das.rdb.impl.OptimisticWriteCommandImpl
All Implemented Interfaces:
Command

public class OptimisticWriteCommandImpl
extends UpdateCommandImpl


Field Summary
 
Fields inherited from class org.apache.tuscany.das.rdb.impl.CommandImpl
debug, parameters, resultSetShape, statement
 
Fields inherited from class org.apache.tuscany.das.rdb.impl.BaseCommandImpl
configWrapper
 
Fields inherited from interface org.apache.tuscany.das.rdb.Command
FACTORY
 
Constructor Summary
OptimisticWriteCommandImpl(String sqlString)
           
 
Method Summary
 void execute()
          Performs the function defined by the command
 
Methods inherited from class org.apache.tuscany.das.rdb.impl.WriteCommandImpl
addParameters, executeQuery, getGeneratedKey, getMappingModel, setDataObjectModel, subtypeProcessing, toString
 
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
 
Methods inherited from class org.apache.tuscany.das.rdb.impl.BaseCommandImpl
addCollisionColumn, addConverter, addGeneratedPrimaryKey, addPrimaryKey, addPrimaryKey, addRelationship, addRelationship, setConnection, setConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tuscany.das.rdb.Command
setConnection, setConnection
 

Constructor Detail

OptimisticWriteCommandImpl

public OptimisticWriteCommandImpl(String sqlString)
Method Detail

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

Tuscany DAS for Relational Databases

-