Uses of Interface
org.apache.tuscany.das.rdb.Command

Packages that use Command
org.apache.tuscany.das.rdb   
org.apache.tuscany.das.rdb.impl   
 

Uses of Command in org.apache.tuscany.das.rdb
 

Methods in org.apache.tuscany.das.rdb that return Command
 Command DAS.createCommand(java.lang.String sql)
          Creates a Command based on the provided SQL statement
 Command DAS.getCommand(java.lang.String name)
          Gets the named command from this factory's inventory
 

Uses of Command in org.apache.tuscany.das.rdb.impl
 

Classes in org.apache.tuscany.das.rdb.impl that implement Command
 class CommandImpl
           
 class DeleteCommandImpl
           
 class InsertCommandImpl
           
 class OptimisticWriteCommandImpl
           
 class ReadCommandImpl
           
 class SPCommandImpl
           
 class UpdateCommandImpl
           
 class WriteCommandImpl
           
 

Methods in org.apache.tuscany.das.rdb.impl that return Command
 Command DASImpl.createCommand(java.lang.String sql)
           
 Command DASImpl.createCommand(java.lang.String sql, Config config)
           
 Command DASImpl.getCommand(java.lang.String name)
           
 

Methods in org.apache.tuscany.das.rdb.impl with parameters of type Command
 void ChangeSummarizer.addCreateCommand(commonj.sdo.Type type, Command cmd)
           
 void ChangeSummarizer.addDeleteCommand(commonj.sdo.Type type, Command cmd)
           
 void ChangeSummarizer.addUpdateCommand(commonj.sdo.Type type, Command cmd)
           
 

Constructors in org.apache.tuscany.das.rdb.impl with parameters of type Command
PagerImpl(Command command, int size)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.