Uses of Interface
org.teiid.language.Command

Packages that use Command
org.teiid.language   
org.teiid.language.visitor   
org.teiid.translator   
 

Uses of Command in org.teiid.language
 

Classes in org.teiid.language that implement Command
 class BatchedUpdates
          Represents a batch of INSERT, UPDATE and DELETE commands to be executed together.
 class Call
          Represents a procedural execution (such as a stored procedure).
 class Delete
          Represents a DELETE command.
 class Insert
           
 class QueryExpression
           
 class Select
          Represents a simple SELECT query.
 class SetQuery
           
 class Update
          Represents an UPDATE command in the language objects.
 

Methods in org.teiid.language that return types with arguments of type Command
 java.util.List<Command> BatchedUpdates.getUpdateCommands()
           
 

Constructor parameters in org.teiid.language with type arguments of type Command
BatchedUpdates(java.util.List<Command> updateCommands)
           
 

Uses of Command in org.teiid.language.visitor
 

Methods in org.teiid.language.visitor with parameters of type Command
protected  java.lang.String SQLStringVisitor.getSourceComment(Command command)
           
 

Uses of Command in org.teiid.translator
 

Methods in org.teiid.translator with parameters of type Command
 Execution BaseDelegatingExecutionFactory.createExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
           
 Execution ExecutionFactory.createExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
          Create an execution object for the specified command
 UpdateExecution BaseDelegatingExecutionFactory.createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
           
 UpdateExecution ExecutionFactory.createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)
           
 



Copyright © 2011. All Rights Reserved.