| Constructors in org.teiid.logging with parameters of type ExecutionContext |
CommandLogMessage(long timestamp,
java.lang.String requestID,
long sourceCommandID,
java.lang.String transactionID,
java.lang.String modelName,
java.lang.String connectorBindingName,
java.lang.String sessionID,
java.lang.String principal,
java.lang.Integer finalRowCount,
CommandLogMessage.Event event,
ExecutionContext context)
|
CommandLogMessage(long timestamp,
java.lang.String requestID,
long sourceCommandID,
java.lang.String transactionID,
java.lang.String modelName,
java.lang.String connectorBindingName,
java.lang.String sessionID,
java.lang.String principal,
java.lang.String sql,
ExecutionContext context)
|
| Methods in org.teiid.translator with parameters of type ExecutionContext |
Execution |
BaseDelegatingExecutionFactory.createExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
|
Execution |
ExecutionFactory.createExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
Create an execution object for the specified command |
ProcedureExecution |
BaseDelegatingExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
|
ProcedureExecution |
ExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
|
ResultSetExecution |
BaseDelegatingExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
|
ResultSetExecution |
ExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
|
UpdateExecution |
BaseDelegatingExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
|
UpdateExecution |
ExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection)
|
C |
BaseDelegatingExecutionFactory.getConnection(F factory,
ExecutionContext executionContext)
|
C |
ExecutionFactory.getConnection(F factory,
ExecutionContext executionContext)
Return a connection object from the given connection factory. |