Uses of Interface
org.teiid.metadata.RuntimeMetadata
-
Packages that use RuntimeMetadata Package Description org.teiid.translator -
-
Uses of RuntimeMetadata in org.teiid.translator
Methods in org.teiid.translator that return RuntimeMetadata Modifier and Type Method Description RuntimeMetadataExecutionContext. getRuntimeMetadata()Methods in org.teiid.translator with parameters of type RuntimeMetadata 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.
-