public abstract class AbstractLobCreator extends Object implements LobCreator
| Constructor and Description |
|---|
AbstractLobCreator() |
| Modifier and Type | Method and Description |
|---|---|
Blob |
wrap(Blob blob)
Wrap the given blob in a serializable wrapper.
|
Clob |
wrap(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 Blob wrap(Blob blob)
wrap in interface LobCreatorblob - The blob to be wrapped.Blob as well as WrappedBlob.public Clob wrap(Clob clob)
wrap in interface LobCreatorclob - The clob to be wrapped.Clob as well as WrappedClob.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.