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, writeReference
getLength, getReference, getReferenceStreamId, isBinary, length, setReference, setReferenceStreamId, toString
public 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 Externalizable
readExternal
in class Streamable<Clob>
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class Streamable<Clob>
IOException
Copyright © 2019. All rights reserved.