Uses of Package
org.teiid.connector.api

Packages that use org.teiid.connector.api
org.teiid.connector.api   
org.teiid.connector.basic   
org.teiid.connector.language   
org.teiid.connector.metadata.runtime   
org.teiid.connector.xa.api   
 

Classes in org.teiid.connector.api used by org.teiid.connector.api
Connection
          Represents a connection to this connector.
ConnectorCapabilities
          Allows a connector to specify the capabilities that a connector supports.
ConnectorEnvironment
          The environment provided to a connector by the Connector Manager.
ConnectorException
          An exception the connector writer can return in case of an error while using the connector.
ConnectorIdentity
          Represents the identity of a connection in the pool.
ConnectorLogger
          Provide access to write messages to the MetaMatrix logs.
CredentialMap
          Allows credentials to be passed on a per user basis to a connector.
DataNotAvailableException
          Used by asynch connectors to indicate data is not available and results should be polled for after the given delay.
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.
ResultSetExecution
           
TypeFacility
           
 

Classes in org.teiid.connector.api used by org.teiid.connector.basic
Connection
          Represents a connection to this connector.
Connector
          The primary entry point for a Connector.
ConnectorCapabilities
          Allows a connector to specify the capabilities that a connector supports.
ConnectorEnvironment
          The environment provided to a connector by the Connector Manager.
ConnectorException
          An exception the connector writer can return in case of an error while using the connector.
ConnectorIdentity
          Represents the identity of a connection in the pool.
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.
ProcedureExecution
          The procedure execution represents the case where a connector can execute a procedural call (such as a stored procedure).
ResultSetExecution
           
UpdateExecution
          The update execution represents the case where a connector can execute an INSERT, UPDATE, or DELETE command.
 

Classes in org.teiid.connector.api used by org.teiid.connector.language
ConnectorException
          An exception the connector writer can return in case of an error while using the connector.
 

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

Classes in org.teiid.connector.api used by org.teiid.connector.xa.api
Connection
          Represents a connection to this connector.
Connector
          The primary entry point for a Connector.
ConnectorException
          An exception the connector writer can return in case of an error while using the connector.
ExecutionContext
          The security context provides information about the user context in which this query is being run.
 



Copyright © 2009. All Rights Reserved.