Package net.sf.farrago.jdbc

Provides common classes shared by both the client and engine sides of the Farrago JDBC driver.

See:
          Description

Interface Summary
FarragoConnection JDBC connection to Farrago.
FarragoMedDataWrapperInfo Description of a SQL/MED data wrapper.
FarragoStatement Extends the usual Statement interface with farrago features, viz exposes the farrago statement identifier.
 

Class Summary
FarragoAbstractJdbcDriver FarragoAbstractJdbcDriver is an abstract base for the client and engine sides of the Farrago JDBC driver.
FarragoJdbcUtil Utility functions for the Farrago JDBC driver.
FarragoJdbcUtil.SerializationChecker Tests whether an object (in particular an exception) is serializable.
FarragoRJDriverPropertyInfo Serializable DriverPropertyInfo passed through RMI.
 

Exception Summary
FarragoJdbcUtil.FarragoSqlException Exception thrown by Farrago JDBC driver.
 

Package net.sf.farrago.jdbc Description

Provides common classes shared by both the client and engine sides of the Farrago JDBC driver.

NOTE jvs 2-Oct-2005: This package gets included in client-side code, so it must be source-compatible with JDK 1.4.

 

Revision $Id: //open/dev/farrago/src/net/sf/farrago/jdbc/package.html#10 $
Copyright Copyright (C) 2005-2009 The Eigenbase Project
Copyright (C) 2005-2009 SQLstream, Inc.
Copyright (C) 2005-2009 LucidEra, Inc.
Author John V. Sichi