SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

com.solarmetric.jdbc
Interface ConnectionDecorator

All Known Implementing Classes:
DBDictionary

public interface ConnectionDecorator

A connection decorator can wrap Connections before they are returned to the user to add functionality.

See Also:
DecoratingDataSource

Method Summary
 Connection decorate(Connection conn)
          Decorate the given connection if desired.
 

Method Detail

decorate

public Connection decorate(Connection conn)
                    throws SQLException
Decorate the given connection if desired.

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

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