Uses of Interface
org.teiid.connector.language.ICommand

Packages that use ICommand
org.teiid.connector.api   
org.teiid.connector.basic   
org.teiid.connector.language   
org.teiid.connector.visitor.util   
 

Uses of ICommand in org.teiid.connector.api
 

Methods in org.teiid.connector.api with parameters of type ICommand
 Execution Connection.createExecution(ICommand command, ExecutionContext executionContext, RuntimeMetadata metadata)
          Create an execution object for the specified command
 

Uses of ICommand in org.teiid.connector.basic
 

Methods in org.teiid.connector.basic with parameters of type ICommand
 Execution BasicConnection.createExecution(ICommand command, ExecutionContext executionContext, RuntimeMetadata metadata)
           
 UpdateExecution BasicConnection.createUpdateExecution(ICommand command, ExecutionContext executionContext, RuntimeMetadata metadata)
           
 

Uses of ICommand in org.teiid.connector.language
 

Subinterfaces of ICommand in org.teiid.connector.language
 interface IBatchedUpdates
          Represents a batch of INSERT, UPDATE and DELETE commands to be executed together.
 interface IBulkInsert
          This is a simple variation of insert, where multiple rows with single insert will be loaded.
 interface IDelete
          Represents a DELETE command in the language objects.
 interface IInsert
          Represents an INSERT command in the language objects.
 interface IProcedure
          Represents a procedural execution (such as a stored procedure).
 interface IQuery
          Represents a SELECT query in the language objects.
 interface IQueryCommand
           
 interface ISetQuery
           
 interface IUpdate
          Represents an UPDATE command in the language objects.
 

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

Uses of ICommand in org.teiid.connector.visitor.util
 

Methods in org.teiid.connector.visitor.util with parameters of type ICommand
protected  java.lang.String SQLStringVisitor.getSourceComment(ICommand command)
           
 



Copyright © 2009. All Rights Reserved.