Tuscany DAS for Relational Databases

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 CommandFactory.createCommand(java.lang.String sql)
          Creates a Command based on the provided SQL statement
 Command CommandFactory.createCommand(java.lang.String sql, Config config)
          Creates a Command based on the provided SQL statement and configuration
 Command CommandFactory.createCommand(java.lang.String sql, java.io.InputStream config)
          Creates a Command based on the provided SQL statement and configuration
 Command CommandGroup.getCommand(java.lang.String name)
          Gets the named command from this factory's inventory
 

Methods in org.apache.tuscany.das.rdb with parameters of type Command
 void ApplyChangesCommand.addCreateCommand(commonj.sdo.Type type, Command cmd)
          Adds a user-provided create command.
 void ApplyChangesCommand.addDeleteCommand(commonj.sdo.Type type, Command cmd)
          Adds a user-provided delete command.
 void ApplyChangesCommand.addUpdateCommand(commonj.sdo.Type type, Command cmd)
          Adds a user-provided update command.
 

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 CommandFactoryImpl.createCommand(java.lang.String sql)
           
 Command CommandFactoryImpl.createCommand(java.lang.String sql, Config config)
           
 Command CommandFactoryImpl.createCommand(java.lang.String sql, java.io.InputStream configStream)
           
 Command CommandGroupImpl.getCommand(java.lang.String name)
           
 

Methods in org.apache.tuscany.das.rdb.impl with parameters of type Command
 void ApplyChangesCommandImpl.addCreateCommand(commonj.sdo.Type type, Command cmd)
           
 void ChangeSummarizer.addCreateCommand(commonj.sdo.Type type, Command cmd)
           
 void ApplyChangesCommandImpl.addDeleteCommand(commonj.sdo.Type type, Command cmd)
           
 void ChangeSummarizer.addDeleteCommand(commonj.sdo.Type type, Command cmd)
           
 void ApplyChangesCommandImpl.addUpdateCommand(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)
           
 


Tuscany DAS for Relational Databases

-