com.metamatrix.connector.xml.file
Class FileConnectionImpl

java.lang.Object
  extended by org.teiid.connector.basic.BasicConnection
      extended by com.metamatrix.connector.xml.base.XMLConnectionImpl
          extended by com.metamatrix.connector.xml.file.FileConnectionImpl
All Implemented Interfaces:
XMLConnection, Connection

public class FileConnectionImpl
extends XMLConnectionImpl


Constructor Summary
FileConnectionImpl(CachingConnector connector, ExecutionContext context, ConnectorEnvironment connectorEnv)
           
 
Method Summary
 ResultSetExecution createResultSetExecution(IQueryCommand command, ExecutionContext executionContext, RuntimeMetadata metadata)
           
 
Methods inherited from class com.metamatrix.connector.xml.base.XMLConnectionImpl
close, getConnector, getConnectorEnv, getQueryId, getState, getTrustedPayloadHandler, getUser
 
Methods inherited from class org.teiid.connector.basic.BasicConnection
closeCalled, createExecution, createProcedureExecution, createUpdateExecution, getCapabilities, isAlive, setConnectorIdentity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.teiid.connector.api.Connection
closeCalled, createExecution, getCapabilities, isAlive, setConnectorIdentity
 

Constructor Detail

FileConnectionImpl

public FileConnectionImpl(CachingConnector connector,
                          ExecutionContext context,
                          ConnectorEnvironment connectorEnv)
                   throws ConnectorException
Throws:
ConnectorException
Method Detail

createResultSetExecution

public ResultSetExecution createResultSetExecution(IQueryCommand command,
                                                   ExecutionContext executionContext,
                                                   RuntimeMetadata metadata)
                                            throws ConnectorException
Overrides:
createResultSetExecution in class BasicConnection
Throws:
ConnectorException


Copyright © 2009. All Rights Reserved.