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

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
All Implemented Interfaces:
Command
Direct Known Subclasses:
OptimisticWriteCommandImpl

public class UpdateCommandImpl
extends WriteCommandImpl


Field Summary
 
Fields inherited from class org.apache.tuscany.das.rdb.impl.CommandImpl
parameters, resultSetShape, statement
 
Fields inherited from class org.apache.tuscany.das.rdb.impl.BaseCommandImpl
configWrapper
 
Constructor Summary
UpdateCommandImpl(Command command)
           
UpdateCommandImpl(java.lang.String sqlString)
           
UpdateCommandImpl(Update update)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.das.rdb.impl.WriteCommandImpl
addParameters, addResultDescriptor, basicExecute, execute, executeQuery, getGeneratedKey, getMappingModel, getResultDescriptor, getResultDescriptors, printResultDescriptors, removeResultDescriptor, removeResultDescriptor, setResultDescriptors, toString
 
Methods inherited from class org.apache.tuscany.das.rdb.impl.CommandImpl
addParameter, close, getConnection, getParameter, getParameter, getParameters, setConnection, setParameter, setParameter
 
Methods inherited from class org.apache.tuscany.das.rdb.impl.BaseCommandImpl
setConnection, setConnection, setConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateCommandImpl

public UpdateCommandImpl(Command command)

UpdateCommandImpl

public UpdateCommandImpl(java.lang.String sqlString)

UpdateCommandImpl

public UpdateCommandImpl(Update update)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.