Uses of Interface
org.teiid.language.Command
-
Packages that use Command Package Description org.teiid.language org.teiid.language.visitor org.teiid.translator -
-
Uses of Command in org.teiid.language
Subinterfaces of Command in org.teiid.language Modifier and Type Interface Description interfaceBatchedCommandDeprecated.interfaceBulkCommandA command the can optionally provide bulk values forParametersClasses in org.teiid.language that implement Command Modifier and Type Class Description classBatchedUpdatesRepresents a batch of INSERT, UPDATE and DELETE commands to be executed together.classCallRepresents a procedural execution (such as a stored procedure).classDeleteRepresents a DELETE command.classInsertclassQueryExpressionclassSelectRepresents a simple SELECT query.classSetQueryclassUpdateRepresents an UPDATE command in the language objects.Methods in org.teiid.language that return types with arguments of type Command Modifier and Type Method Description List<Command>BatchedUpdates. getUpdateCommands()Constructor parameters in org.teiid.language with type arguments of type Command Constructor Description BatchedUpdates(List<Command> updateCommands) -
Uses of Command in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type Command Modifier and Type Method Description protected StringSQLStringVisitor. getSourceComment(Command command) -
Uses of Command in org.teiid.translator
Methods in org.teiid.translator with parameters of type Command Modifier and Type Method Description ProcedureExecutionBaseDelegatingExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ProcedureExecutionExecutionFactory. createDirectExecution(List<Argument> arguments, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ExecutionExecutionFactory. createExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)Create an execution object for the specified commandUpdateExecutionBaseDelegatingExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)UpdateExecutionExecutionFactory. createUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)CacheDirectiveBaseDelegatingExecutionFactory. getCacheDirective(Command command, ExecutionContext executionContext, RuntimeMetadata metadata)CacheDirectiveExecutionFactory. getCacheDirective(Command command, ExecutionContext executionContext, RuntimeMetadata metadata)Get theCacheDirectiveto control command caching.voidReusableExecution. reset(Command c, ExecutionContext executionContext, C connection)Called to reinitialized the execution for use.
-