|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter
org.apache.servicemix.jdbc.adapter.BlobJDBCAdapter
public class BlobJDBCAdapter
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:
| Field Summary |
|---|
| Fields inherited from class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter |
|---|
statements |
| Constructor Summary | |
|---|---|
BlobJDBCAdapter()
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.servicemix.jdbc.adapter.DefaultJDBCAdapter |
|---|
doCreateTables, doDropTables, doGetCount, doGetIds, doGetIds, doLoadData, 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 |
| Constructor Detail |
|---|
public BlobJDBCAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||