| Package | Description |
|---|---|
| org.apache.servicemix.jdbc | |
| org.apache.servicemix.jdbc.adapter | |
| org.apache.servicemix.store.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static JDBCAdapter |
JDBCAdapterFactory.getAdapter(java.sql.Connection connection) |
| Modifier and Type | Class and Description |
|---|---|
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 |
DB2JDBCAdapter |
class |
DefaultJDBCAdapter
Implements all the default JDBC operations that are used by the
JDBCPersistenceAdapter.
|
class |
HsqldbJDBCAdapter |
class |
ImageBasedJDBCAdaptor
Provides JDBCAdapter since that uses
IMAGE datatype to hold binary data.
|
class |
InformixJDBCAdapter
JDBC Adapter for Informix database.
|
class |
MaxDBJDBCAdapter
JDBC Adapter for the MaxDB 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.
|
| Modifier and Type | Method and Description |
|---|---|
JDBCAdapter |
JdbcStoreFactory.getAdapter() |
Copyright © 2005-2014 FuseSource. All Rights Reserved.