| Class | Description |
|---|---|
| AxionJDBCAdapter |
Axion specific Adapter.
|
| 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.
|
| DB2JDBCAdapter | |
| DefaultJDBCAdapter |
Implements all the default JDBC operations that are used by the
JDBCPersistenceAdapter.
|
| HsqldbJDBCAdapter | |
| ImageBasedJDBCAdaptor |
Provides JDBCAdapter since that uses
IMAGE datatype to hold binary data.
|
| InformixJDBCAdapter |
JDBC Adapter for Informix database.
|
| MaxDBJDBCAdapter |
JDBC Adapter for the MaxDB database.
|
| OracleJDBCAdapter |
Implements all the default JDBC operations that are used
by the JDBCPersistenceAdapter.
|
| PostgresqlJDBCAdapter |
Implements all the default JDBC operations that are used
by the JDBCPersistenceAdapter.
|
| StreamJDBCAdapter |
This JDBCAdapter inserts and extracts BLOB data using the
setBinaryStream()/getBinaryStream() operations.
|
Copyright © 2005-2014 FuseSource. All Rights Reserved.