Uses of Class
org.activemq.store.jdbc.adapter.DefaultJDBCAdapter

Packages that use DefaultJDBCAdapter
org.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. 
 

Uses of DefaultJDBCAdapter in org.activemq.store.jdbc.adapter
 

Subclasses of DefaultJDBCAdapter in org.activemq.store.jdbc.adapter
 class AxionJDBCAdapter
          Axion specific Adapter.
 class BlobJDBCAdapter
          This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.
 class BytesJDBCAdapter
          This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.
 class HsqldbJDBCAdapter
           
 class ImageBasedJDBCAdaptor
          Provides JDBCAdapter since that uses IMAGE datatype to hold binary data.
 class InformixJDBCAdapter
          JDBC Adapter for Informix database.
 class OracleJDBCAdapter
          Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
 class PostgresqlJDBCAdapter
          Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
 class StreamJDBCAdapter
          This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.
 



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