org.apache.servicemix.jdbc.adapter
Class BlobJDBCAdapter
java.lang.Object
org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
org.apache.servicemix.jdbc.adapter.BlobJDBCAdapter
- All Implemented Interfaces:
- JDBCAdapter
- Direct Known Subclasses:
- InformixJDBCAdapter
public class BlobJDBCAdapter
- extends DefaultJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the
getBlob()/setBlob() operations. This is a little more involved
since to insert a blob you have to:
1: insert empty blob.
2: select the blob
3: finally update the blob with data value.
The databases/JDBC drivers that use this adapter are:
- Version:
- $Revision: 1.2 $
| Methods inherited from class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter |
doCreateTables, doDropTables, doGetCount, doGetIds, doGetIds, doLoadData, doLoadData, doRemoveData, doRemoveData, doStoreData, doUpdateData, getBinaryData, getStatements, setBinaryData, setStatements |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlobJDBCAdapter
public BlobJDBCAdapter()
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.