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, wait
createBlob, createBlob, createClob, createClob, createNClob, createNClob
public Blob wrap(Blob blob)
LobCreator
wrap
in interface LobCreator
blob
- The blob to be wrapped.Blob
as well as WrappedBlob
.public Clob wrap(Clob clob)
LobCreator
wrap
in interface LobCreator
clob
- The clob to be wrapped.Clob
as well as WrappedClob
.public NClob wrap(NClob nclob)
LobCreator
wrap
in interface LobCreator
nclob
- The nclob to be wrapped.NClob
as well as WrappedNClob
.Copyright © 2019 JBoss by Red Hat. All rights reserved.