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

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.DeleteCommandImpl
All Implemented Interfaces:
Command

public class DeleteCommandImpl
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
DeleteCommandImpl(Command command)
           
DeleteCommandImpl(Delete delete)
           
DeleteCommandImpl(java.lang.String sqlString)
           
 
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

DeleteCommandImpl

public DeleteCommandImpl(Command command)

DeleteCommandImpl

public DeleteCommandImpl(java.lang.String sqlString)

DeleteCommandImpl

public DeleteCommandImpl(Delete delete)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.