Uses of Class
org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter
Packages that use DefaultJDBCAdapter
Package
Description
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
-
Uses of DefaultJDBCAdapter in org.apache.activemq.store.jdbc.adapter
Subclasses of DefaultJDBCAdapter in org.apache.activemq.store.jdbc.adapterModifier and TypeClassDescriptionclassAxion specific Adapter.classThis JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.classThis JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.classclassclassProvides JDBCAdapter since that uses IMAGE datatype to hold binary data.classJDBC Adapter for Informix database.classJDBC Adapter for the MaxDB database.classclassImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classImplements all the default JDBC operations that are used by the JDBCPersistenceAdapter.classclassThis JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.classA JDBC Adapter for Sybase databasesclassA JDBC Adapter for Transact-SQL based databases such as SQL Server or Sybase