public abstract class AbstractLobCreator extends java.lang.Object implements LobCreator
| Constructor and Description |
|---|
AbstractLobCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.sql.Blob |
wrap(java.sql.Blob blob)
Wrap the given blob in a serializable wrapper.
|
java.sql.Clob |
wrap(java.sql.Clob clob)
Wrap the given clob in a serializable wrapper.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBlob, createBlob, createClob, createClob, createNClob, createNClobpublic java.sql.Blob wrap(java.sql.Blob blob)
wrap in interface LobCreatorblob - The blob to be wrapped.Blob as well as WrappedBlob.public java.sql.Clob wrap(java.sql.Clob clob)
wrap in interface LobCreatorclob - The clob to be wrapped.Clob as well as WrappedClob.Copyright © 2013. All Rights Reserved.