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

Packages that use DefaultJDBCAdapter
org.codehaus.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.codehaus.activemq.store.jdbc.adapter
 

Subclasses of DefaultJDBCAdapter in org.codehaus.activemq.store.jdbc.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 StreamJDBCAdapter
          This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.
 



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