org.teiid.language
Interface Command

All Superinterfaces:
LanguageObject
All Known Implementing Classes:
BatchedUpdates, Call, Delete, Insert, QueryExpression, Select, SetQuery, Update

public interface Command
extends LanguageObject

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.language.LanguageObject
acceptVisitor
 



Copyright © 2010. All Rights Reserved.