Package | Description |
---|---|
org.teiid.logging | |
org.teiid.metadata | |
org.teiid.translator |
Class and Description |
---|
ExecutionContext
The security context provides information about the user context in which
this query is being run.
|
Class and Description |
---|
ExecutionFactory
The primary entry point for a Translator.
|
TranslatorException
An exception the connector writer can return in case of an
error while using the connector.
|
TranslatorProperty
Annotates a property that can be externally configured.
|
Class and Description |
---|
CacheDirective |
CacheDirective.Invalidation |
CacheDirective.Scope |
DataNotAvailableException
Used by asynch connectors to indicate data is not available and results should be polled for after
the given delay in milliseconds or until a Date is reached.
|
DelegatingExecutionFactory |
Execution
An execution represents the state and lifecycle for a particular
command execution.
|
ExecutionContext
The security context provides information about the user context in which
this query is being run.
|
ExecutionFactory
The primary entry point for a Translator.
|
ExecutionFactory.Format |
ExecutionFactory.NullOrder |
ExecutionFactory.SupportedJoinCriteria |
ExecutionFactory.TransactionSupport |
MetadataProcessor
Marker interface to define metadata for a translator
|
ProcedureExecution
The procedure execution represents the case where a connector can execute a
Call . |
ResultSetExecution
Defines an execution for
QueryExpression s and Call s that
returns a resultset, which is represented through the iterator method
ResultSetExecution.next() . |
Translator |
TranslatorException
An exception the connector writer can return in case of an
error while using the connector.
|
TranslatorProperty
Annotates a property that can be externally configured.
|
TranslatorProperty.PropertyType |
TypeFacility |
UpdateExecution
The update execution represents the case where a connector can
execute an
Insert , Update , Delete , or BatchedUpdates command. |
Copyright © 2020. All rights reserved.