Uses of Interface
org.teiid.translator.ExecutionContext
-
Packages that use ExecutionContext Package Description org.teiid.logging org.teiid.translator -
-
Uses of ExecutionContext in org.teiid.logging
Methods in org.teiid.logging that return ExecutionContext Modifier and Type Method Description ExecutionContextCommandLogMessage. getExecutionContext()Only available for source commandsConstructors in org.teiid.logging with parameters of type ExecutionContext Constructor Description CommandLogMessage(long timestamp, String requestID, long sourceCommandID, String transactionID, String modelName, String translatorName, String sessionID, String principal, Long finalRowCount, CommandLogMessage.Event event, ExecutionContext context, Long cpuTime)CommandLogMessage(long timestamp, String requestID, long sourceCommandID, String transactionID, String modelName, String translatorName, String sessionID, String principal, String sql, ExecutionContext context) -
Uses of ExecutionContext in org.teiid.translator
Methods in org.teiid.translator with parameters of type ExecutionContext 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 commandProcedureExecutionBaseDelegatingExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ProcedureExecutionExecutionFactory. createProcedureExecution(Call command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ResultSetExecutionBaseDelegatingExecutionFactory. createResultSetExecution(QueryExpression command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)ResultSetExecutionExecutionFactory. createResultSetExecution(QueryExpression command, ExecutionContext executionContext, RuntimeMetadata metadata, C connection)UpdateExecutionBaseDelegatingExecutionFactory. 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.CBaseDelegatingExecutionFactory. getConnection(F factory, ExecutionContext executionContext)CExecutionFactory. getConnection(F factory, ExecutionContext executionContext)Return a connection object from the given connection factory.voidReusableExecution. reset(Command c, ExecutionContext executionContext, C connection)Called to reinitialized the execution for use.
-