Package | Description |
---|---|
org.teiid.logging | |
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
CommandLogMessage.getExecutionContext()
Only available for source commands
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
ProcedureExecution |
ExecutionFactory.createDirectExecution(List<Argument> arguments,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
BaseDelegatingExecutionFactory.createDirectExecution(List<Argument> arguments,
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 |
ExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ProcedureExecution |
BaseDelegatingExecutionFactory.createProcedureExecution(Call command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ResultSetExecution |
ExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
ResultSetExecution |
BaseDelegatingExecutionFactory.createResultSetExecution(QueryExpression command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
UpdateExecution |
ExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
UpdateExecution |
BaseDelegatingExecutionFactory.createUpdateExecution(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
C connection) |
CacheDirective |
ExecutionFactory.getCacheDirective(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata)
Get the
CacheDirective to control command caching. |
CacheDirective |
BaseDelegatingExecutionFactory.getCacheDirective(Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata) |
C |
ExecutionFactory.getConnection(F factory,
ExecutionContext executionContext)
Return a connection object from the given connection factory.
|
C |
BaseDelegatingExecutionFactory.getConnection(F factory,
ExecutionContext executionContext) |
void |
ReusableExecution.reset(Command c,
ExecutionContext executionContext,
C connection)
Called to reinitialized the execution for use.
|
Copyright © 2020. All rights reserved.