Package org.codehaus.activemq.store.jdbc.adapter

Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers.

See:
          Description

Class Summary
BlobJDBCAdapter This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.
BytesJDBCAdapter This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.
CachingStatementProvider A StatementProvider filter that caches the responses of the filtered StatementProvider.
DefaultJDBCAdapter Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
DefaultStatementProvider  
HsqldbJDBCAdapter  
HsqldbJDBCAdapter.HSQLStatementProvider  
StreamJDBCAdapter This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.
 

Package org.codehaus.activemq.store.jdbc.adapter Description

Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers.



Copyright © 2004 Protique, Ltd.. All Rights Reserved.