- All Superinterfaces:
- LanguageObject
- All Known Subinterfaces:
- BatchedCommand, BulkCommand
- 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.