anonymous type derived from anyType | axionJDBCAdapter
Axion specific Adapter. Axion does not seem to support ALTER statements or sub-selects.
|
anonymous type derived from anyType | blobJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.
|
anonymous type derived from anyType | bytesJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the
setBytes()/getBytes() operations.
|
anonymous type derived from anyType | db2JDBCAdapter
|
anonymous type derived from anyType | defaultJDBCAdapter
Implements all the default JDBC operations that are used
by the JDBCPersistenceAdapter.
sub-classing is encouraged to override the default
implementation of methods to account for differences in
JDBC Driver implementations.
The JDBCAdapter inserts and extracts BLOB data using the
getBytes()/setBytes() operations.
The databases/JDBC drivers that use this adapter are:
|
anonymous type derived from anyType | imageBasedJDBCAdaptor
Provides JDBCAdapter since that uses IMAGE datatype to hold binary data.
|
anonymous type derived from anyType | informixJDBCAdapter
JDBC Adapter for Informix database.
|
anonymous type derived from anyType | oracleJDBCAdapter
Implements all the default JDBC operations that are used by the
JDBCPersistenceAdapter.
|
anonymous type derived from anyType | streamJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.
|