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. | 
| NClob | wrap(NClob nclob)Wrap the given nclob in a serializable wrapper. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBlob, createBlob, createClob, createClob, createNClob, createNClobpublic Blob wrap(Blob blob)
LobCreatorwrap in interface LobCreatorblob - The blob to be wrapped.Blob as well as WrappedBlob.public Clob wrap(Clob clob)
LobCreatorwrap in interface LobCreatorclob - The clob to be wrapped.Clob as well as WrappedClob.public NClob wrap(NClob nclob)
LobCreatorwrap in interface LobCreatornclob - The nclob to be wrapped.NClob as well as WrappedNClob.Copyright © 2016 JBoss by Red Hat. All rights reserved.