SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.impl.jdbc.runtime
Interface Connector

All Known Implementing Classes:
DataSourceConnector

public interface Connector

A Connector is a provider for Connection instances. A Connector is required for any class that may need to instantiate a connection to the data source.

Since:
2.4

Method Summary
 Connection getConnection()
          Obtain a Connection instance.
 

Method Detail

getConnection

public Connection getConnection()
                         throws SQLException
Obtain a Connection instance. Authenitcation information must be provided by this object, rather than by the requestor.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.