Uses of Package
org.teiid.translator

Packages that use org.teiid.translator
org.teiid.logging   
org.teiid.metadata   
org.teiid.translator   
 

Classes in org.teiid.translator used by org.teiid.logging
ExecutionContext
          The security context provides information about the user context in which this query is being run.
 

Classes in org.teiid.translator used by org.teiid.metadata
TranslatorException
          An exception the connector writer can return in case of an error while using the connector.
 

Classes in org.teiid.translator used by org.teiid.translator
DataNotAvailableException
          Used by asynch connectors to indicate data is not available and results should be polled for after the given delay.
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.NullOrder
           
ExecutionFactory.SupportedJoinCriteria
           
FileConnection
          Simple Connection interface for the filesystem
ProcedureExecution
          The procedure execution represents the case where a connector can execute a Call.
ResultSetExecution
          Defines an execution for QueryExpressions and Calls that returns a resultset, which is represented through the iterator method ResultSetExecution.next().
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.
TypeFacility
           
UpdateExecution
          The update execution represents the case where a connector can execute an Insert, Update, Delete, or BatchedUpdates command.
 



Copyright © 2011. All Rights Reserved.