org.teiid.connector.language
Interface ICommand

All Superinterfaces:
ILanguageObject
All Known Subinterfaces:
IBatchedUpdates, IBulkInsert, IDelete, IInsert, IProcedure, IQuery, IQueryCommand, ISetQuery, IUpdate

public interface ICommand
extends ILanguageObject

Represents a command in the language objects. A command is an instruction of something to execute sent to the connector. Typical commands perform SELECT, INSERT, UPDATE, DELETE, etc type operations.


Method Summary
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 



Copyright © 2009. All Rights Reserved.