public final class ClobType extends BaseClobType
| Modifier and Type | Class and Description |
|---|---|
static class |
ClobType.Type |
CHARSET, ENCODING, length, reference, STREAMING_BATCH_SIZE_IN_BYTES| Modifier and Type | Method and Description |
|---|---|
ClobType.Type |
getType() |
void |
readExternal(ObjectInput in) |
void |
setType(ClobType.Type type) |
void |
writeExternal(ObjectOutput out) |
compareTo, equals, free, getAsciiStream, getCharacterStream, getCharacterStream, getCharSequence, getString, getSubString, hashCode, position, position, readReference, setAsciiStream, setCharacterStream, setString, setString, truncate, writeReferencegetLength, getReference, getReferenceStreamId, isBinary, length, setReference, setReferenceStreamId, toStringpublic ClobType()
public ClobType(Clob clob)
public ClobType.Type getType()
public void setType(ClobType.Type type)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class Streamable<Clob>IOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class Streamable<Clob>IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.