Package uk.org.ogsadai.resource.dataresource.jdbc

Interface Summary
EnhancedJDBCConnectionProvider Interface providing access to Enhanced JDBC connections allowing Activity Validation framework to work properly.
JDBCColumnTypeMapper Interface for mapping from SQL types received from JDBC to OGSA-DAI types.
JDBCConnectionProvider Interface providing access to JDBC connections.
JDBCDataResourceState A convenience wrapper for generic data resource state allowing for a more usable access of JDBC-specific resource information.
JDBCSettings Interface for classes that provide access to the advanced settings for a JDBC resource.
JDBCSettingsProvider Interface for classes that provide access to jdbc settings for a JDBC resource.
MetaDataHandler Interface for classes that provide handling for metadata for a JDBC resource.
 

Class Summary
ConnectionPoolSettings This class is a wrapper around resource configuration information specific to connection pool.
DefaultJDBCColumnTypeMapper Default class to used for mapping SQL column types from JDBC to OGSA-DAI column types.
DefaultMetaDataHandler Interface for classes that provide handling for metadata for a JDBC resource.
JDBCDataResource A JDBC data resource.
MySQLColumnTypeMapper Maps SQL column types from JDBC to OGSA-DAI column types for MySQL databases.
OracleMetaDataHandler Oracle Metadata handler.
PostGreSQLMetaDataHandler PostgreSQL Metadata handler.
SimpleJDBCConnectionProvider A data resource that provides access to JDBC data resources.
SimpleJDBCDataResourceState JDBC data resource state represented as a convenience wrapper around generic data resource state.
SQLServerMetaDataHandler SQL Server Metadata handler.
StreamingMySQLMetaDataHandler MetaData Handler for streaming in mysql resources.
 

Exception Summary
JDBCCloseConnectionException A problem was encountered when closing an JDBC connection.
JDBCConnectionAccessException A problem was encountered when trying to open a JDBC connection.
JDBCConnectionUseException A problem was encountered when using an JDBC connection.
JDBCPoolAlreadyRegisteredException Exception thrown when an attempt is done to register a pool that is already registered.